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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.