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


ISequentialImageExporter.ImagePrefix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

ISequentialImageExporter.ImagePrefix Property

The image prefix to be used during sequential image export.

[Visual Basic .NET]
Public Property ImagePrefix As String
[C#]
public string ImagePrefix {get; set;}
[C++]
HRESULT get_ImagePrefix(
  BSTR* pImagePrefix
);
[C++]
HRESULT put_ImagePrefix(
  BSTR pImagePrefix
);
[C++]

Parameters pImagePrefix [out, retval] pImagePrefix is a parameter of type BSTR pImagePrefix [in] pImagePrefix is a parameter of type BSTR

Product Availability

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

See Also

ISequentialImageExporter Interface