GlobeImageOverlayMoreThanOneImageGlobeOverlaySupported Property  | 
 
Gets whether or not the video card allows for more than one image globe overlay 
GlobeImageOverlay to be added.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static bool MoreThanOneImageGlobeOverlaySupported { get; }Public Shared ReadOnly Property MoreThanOneImageGlobeOverlaySupported As Boolean
	Get
public:
static property bool MoreThanOneImageGlobeOverlaySupported {
	bool get ();
}static member MoreThanOneImageGlobeOverlaySupported : bool with get
Property Value
Type: 
Boolean
Remarks
Returns  if any number of base, night, specular, and normal images can be added to a central body.  if only one base image can be added to a central body.
See Also