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