ArcObjects Library Reference  (Carto)    

IViewManager.ConserveMemory Property

Indicates whether to be conservative when allocating resources.

[Visual Basic 6.0]
Property ConserveMemory As Boolean
[Visual Basic .NET]
Public Property ConserveMemory As Boolean
[C#]
public bool ConserveMemory {get; set;}
[Java]
public boolean isConserveMemory()
throws
    IOException,
    AutomationException
[Java]
public void setConserveMemory(
boolean ConserveMemory
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ConserveMemory(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_ConserveMemory(
  VARIANT_BOOL flag

);

[C++]

Parameters

flag [out, retval]

  flag is a parameter of type VARIANT_BOOL

flag [in]

  flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IViewManager Interface

 


Feedback Send feedback on this page