ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL interlace
);
[C++]

Parameters

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

Product Availability

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

See Also

IExportGIF Interface