Gets an ObjectIdCollection of all IntersectionLocationLabel objects for the specified Intersection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectIdCollection GetAvailableLabelIds(
ObjectId intersectionId
) |
Visual Basic |
---|
Public Shared Function GetAvailableLabelIds ( _
intersectionId As ObjectId _
) As ObjectIdCollection |
Visual C++ |
---|
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId intersectionId
) |
Parameters
- intersectionId
- Type: ObjectId
The ObjectId of the Intersection.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the intersectionId is invalid.
|
See Also