IntersectionLocationLabelGetAvailableLabelIds Method |
Gets an ObjectIdCollection of all IntersectionLocationLabel objects for the specified Intersection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic static ObjectIdCollection GetAvailableLabelIds(
ObjectId intersectionId
)
Public Shared Function GetAvailableLabelIds (
intersectionId As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ GetAvailableLabelIds(
ObjectId intersectionId
)
Parameters
- intersectionId ObjectId
- The ObjectId of the Intersection.
Return Value
ObjectIdCollection
Exceptions
See Also