ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicLayer.OptimizeForSpeed Property

Indicates whether the layer should take the necessary shortcuts to optimize its display speed.

[Visual Basic .NET]
Public Property OptimizeForSpeed As Boolean
[C#]
public bool OptimizeForSpeed {get; set;}
[C++]
HRESULT get_OptimizeForSpeed(
  VARIANT_BOOL* IsSpeedy
);
[C++]
HRESULT put_OptimizeForSpeed(
  VARIANT_BOOL IsSpeedy
);
[C++]

Parameters

IsSpeedy [out, retval]   IsSpeedy is a parameter of type VARIANT_BOOL IsSpeedy [in]   IsSpeedy is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicLayer Interface