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


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

IGlobeDisplay.EnableMessages Property

Indicates if the warning and question messages are enabled.

[Visual Basic .NET]
Public Property EnableMessages As Boolean
[C#]
public bool EnableMessages {get; set;}
[C++]
HRESULT get_EnableMessages(
  Boolean* pbEnableMessages
);
[C++]
HRESULT put_EnableMessages(
  VARIANT_BOOL pbEnableMessages
);
[C++]
Parameters
pbEnableMessages [out, retval]

pbEnableMessages is a parameter of type bool* pbEnableMessages [in]
pbEnableMessages is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplay Interface