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


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

IExportGIF.InterlaceMode Property

The interlaced GIF export mode.

[Visual Basic .NET]
Public Property InterlaceMode As Boolean
[C#]
public bool InterlaceMode {get; set;}
[C++]
HRESULT get_InterlaceMode(
  VARIANT_BOOL interlace
);
[C++]
HRESULT put_InterlaceMode(
  Boolean* interlace
);
[C++]
Parameters
interlace [in]

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

Product Availability

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

See Also

IExportGIF Interface