Gets the default multiple solution preference.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<ParcelSolutionType> SolutionPreference { get; }
VB
Public ReadOnly Property SolutionPreference As PropertyEnum(Of ParcelSolutionType) Get
C++
public: property PropertyEnum<ParcelSolutionType>^ SolutionPreference { PropertyEnum<ParcelSolutionType>^ get (); }