Share

SectionViewDepthLabel.GetAvailableLabelIds Method

Gets an ObjectIdCollection of all SectionViewDepthLabel objects in the specified SectionView.



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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId sectionViewId
)

VB

Public Shared Function GetAvailableLabelIds ( 
	sectionViewId As ObjectId
) As ObjectIdCollection

C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId sectionViewId
)

Parameters

sectionViewId  ObjectId
The ObjectId of the SectionView for which to get the SectionViewDepthLabels.

Return Value

ObjectIdCollection

Exceptions

ExceptionCondition
ArgumentException Thrown when the sectionViewId is invalid.

See Also

Reference

Was this information helpful?