Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am writing a program that creates the following:
- Point Styles (.NET)
- Point Descriptions Keys (COM)
- Marker Style for Survey Figure (COM)
- Survey Figure Style (COM)
- Survey Figure Prefix Database (COM)
If you are in the midst of a Transaction block to create a point style, is there any issue with using the COM interface to also create a Marker style? Or is it better to use the COM objects outside of the Transaction.
There seems to be a lot of stuff here that can only be done with COM, is that just work in progress with Autodesk?
For a Survey Figure Style there seems to be no way to set the following in code:
- Beginning Vertex Marker > Marker Style (Profile mode)
- Internal Vertex Markers > Marker Style (Profile mode)
- Ending Vertex Marker > Marker Style (Profile mode)
- Crossing Marker > Marker Style (Section mode)
You can read these values (e.g. FigureStyle.MidpointMarkersDisplayStyleProfile) but those properties are read-only.
I just want to make sure my assumptions about what you can do in COM vs. .NET are correct.
Thanks
Solved! Go to Solution.