Gets an ObjectIdCollection of all IntersectionLocationLabel objects for the specified Intersection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetAvailableLabelIds( ObjectId intersectionId )
VB
Public Shared Function GetAvailableLabelIds ( intersectionId As ObjectId ) As ObjectIdCollection
C++
public: static ObjectIdCollection^ GetAvailableLabelIds( ObjectId intersectionId )
Parameters
- intersectionId ObjectId
- The ObjectId of the Intersection.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the intersectionId is invalid. |