Gets the objectId collection of all labels belonging to this pressure fitting.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId fittingId )
VB
Public Shared Function GetAvailableLabelIds ( fittingId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId fittingId )
Parameters
- fittingId ObjectId
- The fitting id.