ArcObjects Library Reference (Carto)  

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