Gets an ObjectIdCollection of the PipeSectionLabels in the specified SectionView.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId sectionViewId
)
Visual Basic
Public Shared Function GetAvailableLabelIds ( _
	sectionViewId As ObjectId _
) As ObjectIdCollection
Visual C++
public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId sectionViewId
)

Parameters

sectionViewId
Type: ObjectId
The ObjectId of a SectionView.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the sectionViewId is invalid.

See Also