Share

AlignmentIndexedPILabel.Create(AlignmentLine, ObjectId) Method

Creates a new instance of an AlignmentIndexedPILabel on an alignment tangent in entity with the specified label style in the default layer.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public static ObjectId Create(
	AlignmentLine tangentIn,
	ObjectId labelStyleId
)

VB

Public Shared Function Create ( 
	tangentIn As AlignmentLine,
	labelStyleId As ObjectId
) As ObjectId

C++

public:
static ObjectId Create(
	AlignmentLine^ tangentIn, 
	ObjectId labelStyleId
)

Parameters

tangentIn  AlignmentLine
 
labelStyleId  ObjectId
 

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the labelStyleId is not a valid label style of type: LabelStyleType::AlignmentPointOfIntersection.

See Also

Reference

Was this information helpful?