Share

SettingsCmdMapCheck.SettingsCmdMapcheck.DefaultAngleType Property

Specifies the default type of any angle created using Mapcheck.



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

Syntax

C#

public PropertyEnum<MapcheckAngleType> DefaultAngleType { get; }

VB

Public ReadOnly Property DefaultAngleType As PropertyEnum(Of MapcheckAngleType)
	Get

C++

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

Property Value

PropertyEnumMapcheckAngleType

See Also

Reference

Was this information helpful?