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


IParcelConstruction.GetLineSelection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IP > IParcelConstruction Interface > IParcelConstruction.GetLineSelection Method
ArcGIS Developer Help

IParcelConstruction.GetLineSelection Method

Get/Set line selection.

[Visual Basic .NET]
Public Function GetLineSelection ( _
    ByVal Row As Integer _
) As Boolean
[C#]
public bool GetLineSelection (
    int Row
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction Interface