Gets the default multiple solution preference.

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

Syntax

C#
public PropertyEnum<ParcelSolutionType> SolutionPreference { get; }
Visual Basic
Public ReadOnly Property SolutionPreference As PropertyEnum(Of ParcelSolutionType)
	Get
Visual C++
public:
property PropertyEnum<ParcelSolutionType>^ SolutionPreference {
	PropertyEnum<ParcelSolutionType>^ get ();
}

See Also