Gets the ObjectIdCollection of all GeneralSegmentLabels for a feature.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId featureId )
VB
Public Shared Function GetAvailableLabelIds ( featureId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId featureId )
Parameters
- featureId ObjectId
- The ObjectId of a feature object (Line, Arc, Polyline or Featureline).
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the featureId is invalid. |