This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMeasuredGrid Interface > IMeasuredGrid.YOrigin Property (ArcObjects .NET 10.5 SDK) |
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