Gets the default surface type that is used when creating a surface.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<SurfaceType> DefaultType { get; }
Visual Basic
Public ReadOnly Property DefaultType As PropertyEnum(Of SurfaceType)
	Get
Visual C++
public:
property PropertyEnum<SurfaceType>^ DefaultType {
	PropertyEnum<SurfaceType>^ get ();
}

See Also