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


ISnapGrid.HorizontalSpacing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISnapGrid Interface > ISnapGrid.HorizontalSpacing Property
ArcGIS Developer Help

ISnapGrid.HorizontalSpacing Property

The horizontal distance between grid points.

[Visual Basic .NET]
Public Property HorizontalSpacing As Double
[C#]
public double HorizontalSpacing {get; set;}
[C++]
HRESULT get_HorizontalSpacing(
  System.Double* spacing
);
[C++]
HRESULT put_HorizontalSpacing(
  double spacing
);
[C++]
Parameters
spacing [out, retval]

spacing is a parameter of type double* spacing [in]
spacing is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISnapGrid Interface