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


ICadastralSelection3.GetSelectedParcelLayer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

ICadastralSelection3.GetSelectedParcelLayer Method

Layer thats associated to the selected parcel.

[Visual Basic .NET]
Public Function GetSelectedParcelLayer ( _
    ByVal pParcel As IGSParcel _
) As ILayer
[C#]
public ILayer GetSelectedParcelLayer (
    IGSParcel pParcel
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralSelection3 Interface