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


IParcelTransformation.ProcessKeyDown Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IParcelTransformation.ProcessKeyDown Method

Update transformation tool bar position. Call this method on keydown.

[Visual Basic .NET]
Public Sub ProcessKeyDown ( _
    ByVal keyState As Integer, _
    ByVal shift As Integer _
)
[C#]
public void ProcessKeyDown (
    int keyState,
    int shift
);

Product Availability

Available with ArcGIS Desktop.

See Also

IParcelTransformation Interface