AccessQueryGraphicsParameterTQuery Property  | 
 
            Gets or sets the access query to evaluate.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AccessQuery Query { get; set; }Public Property Query As AccessQuery
	Get
	Set
public:
property AccessQuery^ Query {
	AccessQuery^ get ();
	void set (AccessQuery^ value);
}member Query : AccessQuery with get, set
Property Value
Type: 
AccessQuery
See Also