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


IGlobeGraphicsElementProperties.Rasterize 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.Rasterize Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.Rasterize Property

The option to rasterize the element on the Globe surface.

[Visual Basic .NET]
Public Property Rasterize As Boolean
[C#]
public bool Rasterize {get; set;}
[C++]
HRESULT get_Rasterize(
  VARIANT_BOOL pbRasterize
);
[C++]
HRESULT put_Rasterize(
  Boolean* pbRasterize
);
[C++]
Parameters
pbRasterize [in]

pbRasterize is a parameter of type bool pbRasterize [out, retval]
pbRasterize 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 Creating a toolbar of globe tools