Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I have the object id of the label. how can I get Object id of the line through label object id?
Solved! Go to Solution.
Hi I have the object id of the label. how can I get Object id of the line through label object id?
Solved! Go to Solution.
Assume the label you refer to is C3D label, the the label's property "FeatureId" would be the labelled entity's ObjectId.
Thank you so much. It worked .
What about 'line between 2 points label' ?
Is there any Feature Id for virtual line of this type of label?
Do you have any Idea to get start and Ent point of 'line between 2 points label' ?
Thank you
You can use the AnchorInfo property of the GeneralSegmentLabel to compute the start and end points.
Thank you so much my friends