ArcObjects Library Reference (Carto)  

IMeasuredGrid.YOrigin Property

The origin of the grid on the Y axis.

[Visual Basic .NET]
Public Property YOrigin As Double
[C#]
public double YOrigin {get; set;}
[C++]
HRESULT get_YOrigin(
  double* Origin
);
[C++]
HRESULT put_YOrigin(
  double Origin
);
[C++]

Parameters

Origin [out, retval]   Origin is a parameter of type double Origin [in]   Origin is a parameter of type double

Product Availability

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

See Also

IMeasuredGrid Interface

.NET Related Topics

How to create map grids