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