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


IVideoExporter2.WriteAGVFile Property (ArcObjects .NET 10.5 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(
  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

Product Availability

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

See Also

IVideoExporter2 Interface