StructureLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of the StructureLabels on the specified Structure.

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

Parameters

structureId  ObjectId
The ObjectId of the Structure.

Return Value

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