STK ObjectsSend 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 * pVal
);
public: HRESULT put_Quality(
    AgEVmDisplayQualityType pVal
);
[Java]
public AgEVmDisplayQualityType getQuality();
public void setQuality(
    AgEVmDisplayQualityType
);
[Python - STK API ]
@property
def Quality(self) -> "AgEVmDisplayQualityType":

@Quality.setter
def Quality(self, pVal:"AgEVmDisplayQualityType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.