ArcObjects Library Reference (Carto)  

ICadastralFabricSubLayer2.ParcelLayerType Property

Type of parcel layer.

ERROR: Syntax information about ICadastralFabricSubLayer2.ParcelLayerType may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[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