StructureProfileLabel Property

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

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

Syntax

C#

public PropertyString StructureProfileLabel { get; }

Visual Basic

Public ReadOnly Property StructureProfileLabel As PropertyString
	Get

Visual C++

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

See Also