SectionDisplayOptionOverrideStyleName Property

Sets the override style of the entity.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public override string OverrideStyleName { set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when: the style specified by name does not exist.
[!:System.InvalidOperationException] Thrown when: the section source type doesn't support to set style.
See Also