Gets the default volume surface type that is used when creating a volume surface.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<VolumeSurfaceType> DefaultType { get; }
VB
Public ReadOnly Property DefaultType As PropertyEnum(Of VolumeSurfaceType) Get
C++
public: property PropertyEnum<VolumeSurfaceType>^ DefaultType { PropertyEnum<VolumeSurfaceType>^ get (); }