AlignmentStyleId Property

Sets the Alignment's style Id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override ObjectId StyleId { set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the style Id is invalid.
Example
C#
1// assign style to an existing alignment
2myAlignment.StyleId = myAlignmentStyle.Id;
See Also