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.FixedOrigin Property (ArcObjects .NET 10.5 SDK) |
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false).
[Visual Basic .NET] Public Property FixedOrigin As Boolean
[C#] public bool FixedOrigin {get; set;}
[C++]
HRESULT get_FixedOrigin(
VARIANT_BOOL* fixed
);
[C++]
HRESULT put_FixedOrigin(
VARIANT_BOOL fixed
);
[C++]
Parameters fixed [out, retval] fixed is a parameter of type VARIANT_BOOL fixed [in] fixed is a parameter of type VARIANT_BOOL