NameFormat Property

Gets the template for naming the section view.

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

Syntax

C#

public SettingsSectionView.SettingsNameFormat NameFormat { get; }

Visual Basic

Public ReadOnly Property NameFormat As SettingsSectionView.SettingsNameFormat
	Get

Visual C++

public:
property SettingsSectionView.SettingsNameFormat^ NameFormat {
	SettingsSectionView.SettingsNameFormat^ get ();
}

See Also