Settings that specify defaults for sizing parcels.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateParcelByLayoutSettingsCmdParcelSizing
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdParcelSizing : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdParcelSizing Inherits TreeOidWrapper
C++
public ref class SettingsCmdParcelSizing sealed : public TreeOidWrapper
The SettingsCmdCreateParcelByLayoutSettingsCmdParcelSizing type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FrontageOffset | Gets the default frontage offset. Must be greater than zero. | |
| MaximumDepth | Gets the default maximum depth. Must be greater than or equal to zero. | |
| MinimumArea | Gets the default minimum area for a new parcel. | |
| MinimumDepth | Gets the default minimum depth. | |
| MinimumFrontage | Gets the default minimum frontage for a new parcel. | |
| MinimumWidth | Gets the default minimum width. | |
| SelectionMethod | Gets the default parcel selection method. | |
| SolutionPreference | Gets the default multiple solution preference. | |
| UseMaximumDepth | Gets a PropertyBoolean value specifies whether using maximum depth. | |
| UseMinimumFrontageAtOffset | Gets a PropertyBoolean value specifies whether using minimum frontage at offset. |
