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


IGlobeServer4.DocumentInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer4 Interface > IGlobeServer4.DocumentInfo Property
ArcGIS Developer Help

IGlobeServer4.DocumentInfo Property

A set of name-value pairs for properties set for the globe document such as Title, Subject, Author, Category, Keywords and Comments.

[Visual Basic .NET]
Public ReadOnly Property DocumentInfo As IPropertySet
[C#]
public IPropertySet DocumentInfo {get;}
[C++]
HRESULT get_DocumentInfo(
  IPropertySet** ppProps
);
[C++]
Parameters
ppProps [out, retval]

ppProps is a parameter of type IPropertySet**

Product Availability

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

See Also

IGlobeServer4 Interface