IntersectionLocationLabelGetAvailableLabelIds Method

Gets an ObjectIdCollection of all IntersectionLocationLabel objects for the specified Intersection.

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

Parameters

intersectionId  ObjectId
The ObjectId of the Intersection.

Return Value

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