ViewFrameCreation Property

Gets the setting of view frame creation for the command CreateViewFrames.

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

Syntax

C#

public SettingsCmdCreateViewFrames.SettingsCmdViewFrameCreation ViewFrameCreation { get; }

Visual Basic

Public ReadOnly Property ViewFrameCreation As SettingsCmdCreateViewFrames.SettingsCmdViewFrameCreation
	Get

Visual C++

public:
property SettingsCmdCreateViewFrames.SettingsCmdViewFrameCreation^ ViewFrameCreation {
	SettingsCmdCreateViewFrames.SettingsCmdViewFrameCreation^ get ();
}

See Also