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