AGI STK Objects 11 Send comments on this topic.
Quality Property (IAgVmVO)
See Also 





Description

Sets/gets the quality of the graphics display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Quality() As AgEVmDisplayQualityType

[C#]
public AgEVmDisplayQualityType Quality {get; set;}

[Managed C++]
public: __property AgEVmDisplayQualityType get_Quality();
public: __property void set_Quality(
AgEVmDisplayQualityType
);

[Unmanaged C++]
public: HRESULT get_Quality(
AgEVmDisplayQualityType * pRetVal
);
public: HRESULT put_Quality(
AgEVmDisplayQualityType NewQuality
);

[Java]
public AgEVmDisplayQualityType getQuality();public void setQuality(
AgEVmDisplayQualityType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1