SectionViewCreation Property

Gets the settings to establish the defaults assigned for section view creation.

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

Syntax

C#

public SettingsSectionView.SettingsSectionViewCreation SectionViewCreation { get; }

Visual Basic

Public ReadOnly Property SectionViewCreation As SettingsSectionView.SettingsSectionViewCreation
	Get

Visual C++

public:
property SettingsSectionView.SettingsSectionViewCreation^ SectionViewCreation {
	SettingsSectionView.SettingsSectionViewCreation^ get ();
}

See Also