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