Share

SectionDisplayOption.OverrideStyleName Property

Sets the override style of the entity.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override string OverrideStyleName { set; }

VB

Public Overrides WriteOnly Property OverrideStyleName As String
	Set

C++

public:
virtual property String^ OverrideStyleName {
	void set (String^ value) override;
}

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

Reference

Was this information helpful?