Hello,
I've got a feature of type PolygonCollection in my map dgn.
In the schema the fature has a fillcolor and a pattern set.
Now I want to retrieve that Information by code from the feature in the designfile?
The feature geometry is a microstation typ 106.
Fillcolor an GetPattern function only work on closed element.
How can I get this Info?
Best regards
Martin
Jeff,
how can I get the assiciated region from the feature?
Has the feature a function to get that element?
Martin,
Is the printing app to which you refer unable to process the XFM V1 08.11.07.xx formatted file? I suggested that to potentially eliminate the need to process the XFM V2 08.11.09.xx formatted file.
Attempting to read the fill and pattern information from the type 106 may not be possible using VBA so I was wondering if you have MDL or C/C++ development experience?
Regards,
Jeff Bielefeld [Bentley]
the VBA app is for a customer of me. He want's to edit/manupulate the code and he has only experience in VBA.
I ask him to try the plot with the 08.11.07.xx format.
What are the functions to get the fillcolor and patter info from a type 106 element in MDL/C++