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


IDibExporter.IsInMemory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IDibExporter.IsInMemory Property

Indicates if the bitmap should be written to memory. If false, it is written to a file specified by Path. If true, use HDIB to get the memory handle after ReleaseDC has been called.

[Visual Basic .NET]
Public Property IsInMemory As Boolean
[C#]
public bool IsInMemory {get; set;}
[C++]
HRESULT get_IsInMemory(
  VARIANT_BOOL* pIsInMemory
);
[C++]
HRESULT put_IsInMemory(
  VARIANT_BOOL pIsInMemory
);
[C++]

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

Product Availability

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

See Also

IDibExporter Interface