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


ICadastralFabricSubLayer2.ParcelLayerType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICadastralFabricSubLayer2.ParcelLayerType Property

Type of parcel layer.

[Visual Basic .NET]
Public Property ParcelLayerType As esriCadastralParcelLayerType
[C#]
public esriCadastralParcelLayerType ParcelLayerType {get; set;}
[C++]
HRESULT get_ParcelLayerType(
  esriCadastralParcelLayerType* eParcelType
);
[C++]
HRESULT put_ParcelLayerType(
  esriCadastralParcelLayerType eParcelType
);
[C++]

Parameters eParcelType [out, retval]
eParcelType is a parameter of type esriCadastralParcelLayerType eParcelType [in]
eParcelType is a parameter of type esriCadastralParcelLayerType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadastralFabricSubLayer2 Interface