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


IGSParcel.Lot Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSParcel Interface > IGSParcel.Lot Property
ArcGIS Developer Help

IGSParcel.Lot Property

Each parcel on a plan(plat) is usually allocated a unique lot number, often 1-N.

[Visual Basic .NET]
Public Property Lot As String
[C#]
public string Lot {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IGSParcel Interface