Creates a new instance of IntersectionLocationLabel on the specified Intersection using the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectId Create( ObjectId intersectionId )
Visual Basic
Public Shared Function Create ( _ intersectionId As ObjectId _ ) As ObjectId
Visual C++
public: static ObjectId Create( ObjectId intersectionId )
Parameters
- intersectionId
- Type: ObjectId
The ObjectId of the Intersection to label.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the intersectionId is invalid. |