ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IMeasuredGrid Interface

.NET Related Topics

How to create map grids