IntersectionLocationLabelCreate(ObjectId) Method

Creates a new instance of IntersectionLocationLabel on the specified Intersection using the default label style.

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

Parameters

intersectionId  ObjectId
The ObjectId of the Intersection to label.

Return Value

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