This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricParcelLayer Interface > ICadastralFabricParcelLayer.ParcelSubLayer Property (ArcObjects .NET 10.5 SDK) |
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