ArcObjects Library Reference (GlobeCore)  

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