SettingsCmdCreateParcelByLayoutSettingsCmdParcelSizing Class

Settings that specify defaults for sizing parcels.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateParcelByLayoutSettingsCmdParcelSizing

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdParcelSizing : TreeOidWrapper

The SettingsCmdCreateParcelByLayoutSettingsCmdParcelSizing type exposes the following members.

Properties
 NameDescription
Public propertyFrontageOffset Gets the default frontage offset. Must be greater than zero.
Public propertyMaximumDepth Gets the default maximum depth. Must be greater than or equal to zero.
Public propertyMinimumArea Gets the default minimum area for a new parcel.
Public propertyMinimumDepth Gets the default minimum depth.
Public propertyMinimumFrontage Gets the default minimum frontage for a new parcel.
Public propertyMinimumWidth Gets the default minimum width.
Public propertySelectionMethod Gets the default parcel selection method.
Public propertySolutionPreference Gets the default multiple solution preference.
Public propertyUseMaximumDepth Gets a PropertyBoolean value specifies whether using maximum depth.
Public propertyUseMinimumFrontageAtOffset Gets a PropertyBoolean value specifies whether using minimum frontage at offset.
Top
See Also