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


IParcelConstruction.SetLineSelection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

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