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


IEmfExporter.IsInMemory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IEmfExporter Interface > IEmfExporter.IsInMemory Property
ArcGIS Developer Help

IEmfExporter.IsInMemory Property

Indicates if the metafile will be written to memory.

[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(
  Boolean* pIsInMemory
);
[C++]
Parameters
pIsInMemory [in]

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

Product Availability

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

See Also

IEmfExporter Interface