SelectionMethod Property

Gets the default parcel selection method.

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

Syntax

C#

public PropertyEnum<ParcelSelectionType> SelectionMethod { get; }

Visual Basic

Public ReadOnly Property SelectionMethod As PropertyEnum(Of ParcelSelectionType)
	Get

Visual C++

public:
property PropertyEnum<ParcelSelectionType>^ SelectionMethod {
	PropertyEnum<ParcelSelectionType>^ get ();
}

See Also