GraphDisplayOptionOverrideStyleId Property

Gets or sets the override style of the entity.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when: Call the set function. It must be implemented by derived class.
See Also