Gets the PropertyBoolean value that specifies Level of Detail as the default setting for Surface commands.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean LevelOfDetail { get; }
VB
Public ReadOnly Property LevelOfDetail As PropertyBoolean Get
C++
public: property PropertyBoolean^ LevelOfDetail { PropertyBoolean^ get (); }