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


ILasDatasetToolbarEnvironment.SetPanStep Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalystUI)  

ILasDatasetToolbarEnvironment.SetPanStep Method

Set the pan step in X and Y for the given layer.

[Visual Basic .NET]
Public Sub SetPanStep ( _
    ByVal pLayer As ILasDatasetLayer, _
    ByRef pStepXY As WKSPoint _
)
[C#]
public void SetPanStep (
    ILasDatasetLayer pLayer,
    ref WKSPoint pStepXY
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

ILasDatasetToolbarEnvironment Interface