ArcObjects Library Reference (3DAnalyst)  

ISceneExporter3d.ExportFileName Property

The exported file name.

[Visual Basic .NET]
Public Property ExportFileName As String
[C#]
public string ExportFileName {get; set;}
[C++]
HRESULT get_ExportFileName(
  BSTR* FileName
);
[C++]
HRESULT put_ExportFileName(
  BSTR FileName
);
[C++]

Parameters

FileName [out, retval]   FileName is a parameter of type BSTR FileName [in]   FileName 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

.NET Related Topics

3DAnalyst