Share

IntersectionLocationLabel.Create(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.280

Syntax

C#

public static ObjectId Create(
	ObjectId intersectionId
)

VB

Public Shared Function Create ( 
	intersectionId As ObjectId
) As ObjectId

C++

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

Reference

Was this information helpful?