DefaultSideType Property

Specifies the default type of any side created using Mapcheck.

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

Syntax

C#

public PropertyEnum<MapcheckSideType> DefaultSideType { get; }

Visual Basic

Public ReadOnly Property DefaultSideType As PropertyEnum(Of MapcheckSideType)
	Get

Visual C++

public:
property PropertyEnum<MapcheckSideType>^ DefaultSideType {
	PropertyEnum<MapcheckSideType>^ get ();
}

See Also