This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IS > ISequentialImageExporter Interface > ISequentialImageExporter.ImagePrefix Property (ArcObjects .NET 10.4 SDK) |
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