![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneExporter3d Interface > ISceneExporter3d.ExportFileName Property (ArcObjects .NET 10.4 SDK) |
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