SolutionPreference Property

Gets the default multiple solution preference.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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