Creates a new instance of an AlignmentPILabel 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.4.2516.0

Syntax

C#
public static ObjectId Create(
	AlignmentLine tangentIn,
	ObjectId labelStyleId
)
Visual Basic
Public Shared Function Create ( _
	tangentIn As AlignmentLine, _
	labelStyleId As ObjectId _
) As ObjectId
Visual C++
public:
static ObjectId Create(
	AlignmentLine^ tangentIn, 
	ObjectId labelStyleId
)

Parameters

tangentIn
Type: Autodesk.Civil.DatabaseServices..::..AlignmentLine
The alignment tangent in entity of the PI.
labelStyleId
Type: ObjectId
The object id of label style for the label.

Exceptions

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

See Also