This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalystUI > ESRI.ArcGIS.Analyst3DUI > Interfaces > IL > ILasDatasetToolbarEnvironment Interface > ILasDatasetToolbarEnvironment.SetPanStep Method (ArcObjects .NET 10.5 SDK) |
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 );