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


ISnapGrid.VerticalSpacing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISnapGrid.VerticalSpacing Property

The vertical distance between grid points.

[Visual Basic .NET]
Public Property VerticalSpacing As Double
[C#]
public double VerticalSpacing {get; set;}
[C++]
HRESULT get_VerticalSpacing(
  double* spacing
);
[C++]
HRESULT put_VerticalSpacing(
  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

.NET Related Topics

Working with PageLayout elements