This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControlDefault Interface > ISceneControlDefault.DocumentFilename Property (ArcObjects .NET 10.5 SDK) |
The filename of the last scene document loaded into the control.
[Visual Basic .NET] Public Property DocumentFilename As String
[C#] public string DocumentFilename {get; set;}
[C++]
HRESULT get_DocumentFilename(
BSTR* DocumentFilename
);
[C++]
HRESULT put_DocumentFilename(
BSTR DocumentFilename
);
[C++]
Parameters DocumentFilename [out, retval] DocumentFilename is a parameter of type BSTR DocumentFilename [in] DocumentFilename is a parameter of type BSTR
Returns the DocumentFilename of the last document loaded into the SceneControl with the LoadSxFile method. An empty string will be returned if no document is loaded.