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


IGlobeDocument.DocumentFilename Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGlobeDocument.DocumentFilename Property

The globe document filename that the GlobeDocument coclass is linked to.

[Visual Basic .NET]
Public ReadOnly Property DocumentFilename As String
[C#]
public string DocumentFilename {get;}
[C++]
HRESULT get_DocumentFilename(
  BSTR* pbsDocument
);
[C++]

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

Product Availability

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

See Also

IGlobeDocument Interface