PipeProfileLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of the PipeProfileLabels on the specified ProfileView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId profileViewId
)

Parameters

profileViewId  ObjectId
The ObjectId of a ProfileView.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the profileViewId is invalid.
See Also