DefaultAngleType Property

Specifies the default type of any angle created using Mapcheck.

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

Syntax

C#

public PropertyEnum<MapcheckAngleType> DefaultAngleType { get; }

Visual Basic

Public ReadOnly Property DefaultAngleType As PropertyEnum(Of MapcheckAngleType)
	Get

Visual C++

public:
property PropertyEnum<MapcheckAngleType>^ DefaultAngleType {
	PropertyEnum<MapcheckAngleType>^ get ();
}

See Also