Gets an ObjectIdCollection of the StructureLabels on the specified Structure.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId structureId )
VB
Public Shared Function GetAvailableLabelIds ( structureId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId structureId )
Parameters
- structureId ObjectId
- The ObjectId of the Structure.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the structureId is invalid. |