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