PipeProfileLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of the PipeProfileLabels on the specified ProfileView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId profileViewId
)
Public Shared Function GetAvailableLabelIds (
profileViewId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId profileViewId
)
Parameters
- profileViewId ObjectId
- The ObjectId of a ProfileView.
Return Value
ObjectIdCollection
Exceptions
See Also