Gets the depth check options.
Namespace: Autodesk.Civil.Settings
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsCmdRunDepthCheckSettingsCmdDepthCheckOption DepthCheckOption { get; }
VB
Public ReadOnly Property DepthCheckOption As SettingsCmdRunDepthCheckSettingsCmdDepthCheckOption Get
C++
public: property SettingsCmdRunDepthCheckSettingsCmdDepthCheckOption^ DepthCheckOption { SettingsCmdRunDepthCheckSettingsCmdDepthCheckOption^ get (); }