This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.FixedScreenSize Property (ArcObjects .NET 10.4 SDK) |
The option to keep a fixed screen size, if supported by the element.
[Visual Basic .NET] Public Property FixedScreenSize As Boolean
[C#] public bool FixedScreenSize {get; set;}
[C++]
HRESULT get_FixedScreenSize(
VARIANT_BOOL* pbFixed
);
[C++]
HRESULT put_FixedScreenSize(
VARIANT_BOOL pbFixed
);
[C++]
Parameters pbFixed [out, retval] pbFixed is a parameter of type VARIANT_BOOL pbFixed [in] pbFixed is a parameter of type VARIANT_BOOL