Gets an ObjectIdCollection of the StructureLabels on the specified Structure.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId structureId )
Visual Basic
Public Shared Function GetAvailableLabelIds ( _ structureId As ObjectId _ ) As ObjectIdCollection
Visual C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId structureId )
Parameters
- structureId
- Type: ObjectId
The ObjectId of the Structure.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the structureId is invalid. |