This document is archived and information here might be outdated. Recommended version. |
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