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


ICadastralFabricLayer.CadastralSubLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricLayer Interface > ICadastralFabricLayer.CadastralSubLayer Property
ArcGIS Developer Help

ICadastralFabricLayer.CadastralSubLayer Property

The sub-layer for the renderer type past.

[Visual Basic .NET]
Public Function get_CadastralSubLayer ( _
    ByVal LayerType As esriCadastralFabricRenderer _
) As IFeatureLayer
[C#]
public IFeatureLayer get_CadastralSubLayer (
    esriCadastralFabricRenderer LayerType
);
[C++]
HRESULT get_CadastralSubLayer(
  esriCadastralFabricRenderer LayerType,
  IFeatureLayer** ppLayer
);
[C++]
Parameters
LayerType [in]

LayerType is a parameter of type esriCadastralFabricRenderer ppLayer [out, retval]
ppLayer is a parameter of type IFeatureLayer**

Product Availability

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

See Also

ICadastralFabricLayer Interface