ArcObjects Library Reference (Carto)  

ICadastralFabricParcelLayer.ParcelSubLayer Property

Parcel layer at the specified index.

[Visual Basic .NET]
Public Function get_ParcelSubLayer ( _
    ByVal Layer As Integer _
) As IFeatureLayer
[C#]
public IFeatureLayer get_ParcelSubLayer (
    int Layer
);
[C++]
HRESULT get_ParcelSubLayer(
  long Layer,
  IFeatureLayer** ppLayer
);
[C++]

Parameters

Layer [in]   Layer is a parameter of type long ppLayer [out, retval]

  ppLayer is a parameter of type IFeatureLayer

Product Availability

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

See Also

ICadastralFabricParcelLayer Interface