Share

SettingsCmdMapCheck.SettingsCmdMapcheck.DefaultSideType Property

Specifies the default type of any side created using Mapcheck.



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

Syntax

C#

public PropertyEnum<MapcheckSideType> DefaultSideType { get; }

VB

Public ReadOnly Property DefaultSideType As PropertyEnum(Of MapcheckSideType)
	Get

C++

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

Property Value

PropertyEnumMapcheckSideType

See Also

Reference

Was this information helpful?