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


IVideoExporter2.WriteAGVFile Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

IVideoExporter2.WriteAGVFile Property

Indicates if an AGV file is to be written out during export.

[Visual Basic .NET]
Public Property WriteAGVFile As Boolean
[C#]
public bool WriteAGVFile {get; set;}
[C++]
HRESULT get_WriteAGVFile(
  VARIANT_BOOL pbWriteAGVFile
);
[C++]
HRESULT put_WriteAGVFile(
  Boolean* pbWriteAGVFile
);
[C++]

Parameters pbWriteAGVFile [in]
pbWriteAGVFile is a parameter of type bool pbWriteAGVFile [out, retval]
pbWriteAGVFile is a parameter of type bool*

Product Availability

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

See Also

IVideoExporter2 Interface