ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL dynamicallyRasterized
);
[C++]

Parameters

dynamicallyRasterized [out, retval]   dynamicallyRasterized is a parameter of type VARIANT_BOOL dynamicallyRasterized [in]   dynamicallyRasterized is a parameter of type VARIANT_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