DepthCheckOption Property

Gets the depth check options.

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

Syntax

C#

public SettingsCmdRunDepthCheck.SettingsCmdDepthCheckOption DepthCheckOption { get; }

Visual Basic

Public ReadOnly Property DepthCheckOption As SettingsCmdRunDepthCheck.SettingsCmdDepthCheckOption
	Get

Visual C++

public:
property SettingsCmdRunDepthCheck.SettingsCmdDepthCheckOption^ DepthCheckOption {
	SettingsCmdRunDepthCheck.SettingsCmdDepthCheckOption^ get ();
}

See Also