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