Hello,
I'm trying to find the node number of a particular feature (say a coordinate system) in the model tree. Is there a VB API for this?
You mean to say feature number by stating node number of a feature?
Nope, node number is different from the feature number.
Anyway, I found a workaround for the issue, using 'Find' search tool.
Thank you for your response.
Yes, this is possible using the VB API.
Here is a list of proberties that can be retrieved from a feature object:
IpfcFeature.FeatType
IpfcFeature.Status
IpfcFeature.IsVisible
IpfcFeature.IsReadonly
IpfcFeature.IsEmbedded
IpfcFeature.Number
IpfcFeature.FeatTypeName
IpfcFeature.FeatSubType
IpfcRoundFeat.IsAutoRoundMember