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


ISceneExporter3d.Filter Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneExporter3d.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(
  BSTR* Filter
);
[C++]

Parameters Filter [out, retval] Filter is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneExporter3d Interface