Share

SettingsCmdCreateParcelByLayout.SettingsCmdParcelSizing 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.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

 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.

See Also

Reference

Was this information helpful?