StructureSectionLabel Property

Specifies the default style for structure labels that are displayed in a section view.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyString StructureSectionLabel { get; }

Visual Basic

Public ReadOnly Property StructureSectionLabel As PropertyString
	Get

Visual C++

public:
property PropertyString^ StructureSectionLabel {
	PropertyString^ get ();
}

See Also