Gets the depth check options.

Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.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