StructureStyleId Property

Sets the styleId of Structure.

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 newValue is invalid or its type is not Autodesk.Civil.DatabaseServices.Styles.StructureStyle.
See Also