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


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

IGlobeLayerProperties.IsDynamicallyRasterized Property

Indicates if the feature data is to be rasterized.

[Visual Basic .NET]
Public Property IsDynamicallyRasterized As Boolean
[C#]
public bool IsDynamicallyRasterized {get; set;}
[C++]
HRESULT get_IsDynamicallyRasterized(
  VARIANT_BOOL dynamicallyRasterized
);
[C++]
HRESULT put_IsDynamicallyRasterized(
  Boolean* dynamicallyRasterized
);
[C++]
Parameters
dynamicallyRasterized [in]

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

Product Availability

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

Remarks

When IGlobeLayerProperties::IsDynamicallyRasterized property is set to True, the feature data is rasterized. For displaying feature datasets as vectors, the IGlobeLayerProperties::IsDynamicallyRasterized property is set to False. 

See Also

IGlobeLayerProperties Interface