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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1