This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter2 Interface > IVideoExporter2.WriteAGVFile Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL pbWriteAGVFile
);
[C++]
Parameters pbWriteAGVFile [out, retval] pbWriteAGVFile is a parameter of type VARIANT_BOOL pbWriteAGVFile [in] pbWriteAGVFile is a parameter of type VARIANT_BOOL