Gets the objectId collection of all labels belonging to this pressure fitting.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.7.0.1276
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.