Gets the default parcel selection method.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<ParcelSelectionType> SelectionMethod { get; }
VB
Public ReadOnly Property SelectionMethod As PropertyEnum(Of ParcelSelectionType) Get
C++
public: property PropertyEnum<ParcelSelectionType>^ SelectionMethod { PropertyEnum<ParcelSelectionType>^ get (); }