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


IMeasuredGrid.FixedOrigin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMeasuredGrid Interface > IMeasuredGrid.FixedOrigin Property
ArcGIS Developer Help

IMeasuredGrid.FixedOrigin Property

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(
  Boolean* fixed
);
[C++]
HRESULT put_FixedOrigin(
  VARIANT_BOOL fixed
);
[C++]
Parameters
fixed [out, retval]

fixed is a parameter of type bool* fixed [in]
fixed is a parameter of type bool

Product Availability

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

See Also

IMeasuredGrid Interface