This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.Rasterize Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbRasterize
);
[C++]
Parameters pbRasterize [out, retval] pbRasterize is a parameter of type VARIANT_BOOL pbRasterize [in] pbRasterize is a parameter of type VARIANT_BOOL