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


IVideoExporter.Filter Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.Filter Property
ArcGIS Developer Help

IVideoExporter.Filter Property

The filter string used in the CFileDialog class.

[Visual Basic .NET]
Public ReadOnly Property Filter As String
[C#]
public string Filter {get;}
[C++]
HRESULT get_Filter(
  System.String* Filter
);
[C++]
Parameters
Filter [out, retval]

Filter is a parameter of type BSTR*

Product Availability

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

See Also

IVideoExporter Interface