SceneGlobeOverlaySettingsAntiAliasImagery Property  | 
 
Gets or sets a value indicating whether or not imagery is anti-aliased.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool AntiAliasImagery { get; set; }Public Property AntiAliasImagery As Boolean
	Get
	Set
public:
property bool AntiAliasImagery {
	bool get ();
	void set (bool value);
}member AntiAliasImagery : bool with get, set
Property Value
Type: 
Boolean
See Also