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


IGlobeDocument.DocumentFilename Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.DocumentFilename Property
ArcGIS Developer Help

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(
  System.String* 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