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


ICadastralFabricSubLayer.CadastralTableType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICadastralFabricSubLayer.CadastralTableType Property

The type of cadastral feature layer.

[Visual Basic .NET]
Public ReadOnly Property CadastralTableType As esriCadastralFabricTable
[C#]
public esriCadastralFabricTable CadastralTableType {get;}
[C++]
HRESULT get_CadastralTableType(
  esriCadastralFabricTable* pType
);
[C++]

Parameters pType [out, retval]
pType is a parameter of type esriCadastralFabricTable

Product Availability

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

See Also

ICadastralFabricSubLayer Interface