Gets or sets the override style of the entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual string OverrideStyleName { get; set; }
VB
Public Overridable Property OverrideStyleName As String Get Set
C++
public: virtual property String^ OverrideStyleName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when: Call the set function. It must be implemented by derived class. |