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


IParcelConstruction.SetLineSelection 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.SetLineSelection Method
ArcGIS Developer Help

IParcelConstruction.SetLineSelection Method

Get/Set line selection.

[Visual Basic .NET]
Public Sub SetLineSelection ( _
    ByVal Row As Integer, _
    ByVal IsSelected As Boolean _
)
[C#]
public void SetLineSelection (
    int Row,
    bool IsSelected
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelConstruction Interface