GetAvailableLabelIds Method

Gets an ObjectIdCollection of the StructureLabels on the specified Structure.

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

Syntax

C#

public static ObjectIdCollection GetAvailableLabelIds(
	ObjectId structureId
)

Visual Basic

Public Shared Function GetAvailableLabelIds ( _
	structureId As ObjectId _
) As ObjectIdCollection

Visual C++

public:
static ObjectIdCollection^ GetAvailableLabelIds(
	ObjectId structureId
)

Parameters

structureId
Type: ObjectId
The ObjectId of the Structure.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the structureId is invalid.

See Also