IntersectionLocationLabelCreate(ObjectId, ObjectId) Method

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

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

Parameters

intersectionId  ObjectId
The ObjectId of the Intersection to label.
labelStyleId  ObjectId
The ObjectId of IntersectionLocationLabel style (object type LabelStyle).

Return Value

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