This document is archived and information here might be outdated.  Recommended version.


IParcelNamerProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelNamerProperties Interface
ArcGIS Developer Help

IParcelNamerProperties Interface

Provides access to parcel namer properties.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read/write property Increment Get/Set start parcel number.
Read/write property MinimumIdCharacters Get/Set minimum number the increment value will use.
Read/write property PaddingCharacters Get/Set padding string when minimum char is not meet.
Read-only property Parcels All parcels that are going to be rename (in order).
Read/write property PrefixString Get/Set prefix string thats add to the parcel name.
Read/write property ShowDialog Indicates whether to show dialog.
Read-only property SourceGeometry User defined geometry line.
Read-only property StartParcelId Get/Set start parcel number.
Write-only property StartParcelId Get/Set start parcel number.
Read/write property SuffixString Get/Set suffix string thats add to the parcel name.

Classes that implement IParcelNamerProperties

Classes Description
ParcelNamerProperties Manager object for Parcel Namer Properties.