SectionViewOffsetElevationLabelGetAvailableLabelIds Method

Gets a ObjectIdCollection of all SectionViewOffsetElevationLabels for the specified SectionView.

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

Parameters

sectionViewId  ObjectId
The ObjectId of the section view to get the SectionViewOffsetElevationLabels for.

Return Value

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