AGI STK Graphics 11Send comments on this topic.
AntiAliasImagery Property (IAgStkGraphicsSceneGlobeOverlaySettings)
See Also 
Windows






Windows & Linux

Description

Gets or sets a value indicating whether or not imagery is anti-aliased.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AntiAliasImagery() As Boolean
[C#]
public bool AntiAliasImagery {get; set;}
[Managed C++]
public: __property bool get_AntiAliasImagery();
public: __property void set_AntiAliasImagery(
   bool
);
[Unmanaged C++]
public: HRESULT get_AntiAliasImagery(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_AntiAliasImagery(
   VARIANT_BOOL NewAntiAliasImagery
);
[Java]
public bool getAntiAliasImagery();public void setAntiAliasImagery(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.