SectionDisplayOptionOverrideStyleId Property

Sets the override style of the entity.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when: new style object id is invalid.
[!:System.InvalidOperationException] Thrown when: the section source type doesn't support to set style.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.SectionStyle
See Also