Gets the default multiple solution preference.
Namespace: Autodesk.Civil.SettingsAssembly: 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 (); } |