Gets an ObjectIdCollection of the PressurePipeProfileLabels on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId profileViewPartId, ObjectId profileViewId )
VB
Public Shared Function GetAvailableLabelIds ( profileViewPartId As ObjectId, profileViewId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId profileViewPartId, ObjectId profileViewId )
Parameters
- profileViewPartId ObjectId
- The ObjectId of a ProfileViewPart on which the label is located.
- profileViewId ObjectId
- The ObjectId of a ProfileView.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the profileViewId is invalid. |