This document is archived and information here might be outdated. Recommended version. |
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**