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


IGlobeGraphicsElementProperties.FixedScreenSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.FixedScreenSize Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.FixedScreenSize Property

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(
  Boolean* pbFixed
);
[C++]
Parameters
pbFixed [in]

pbFixed is a parameter of type bool pbFixed [out, retval]
pbFixed is a parameter of type bool*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface

.NET Samples

Creating a toolbar of globe tools