AGI Real-Time Tracking Tool 11 Send comments on this topic.
ClausesArray Property (AgRt3SimpleQuery)
See Also 





Description

Array of IAgRt3SimpleQueryClause objects used to subselect data.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClausesArray() As System.Array

[C#]
public System.Array ClausesArray {get; set;}

[Managed C++]
public: __property System::Array^ get_ClausesArray();
public: __property void set_ClausesArray(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_ClausesArray(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_ClausesArray(
SAFEARRAY * pNewClausesArray
);

[Java]
public Object[] getClausesArray();public void setClausesArray(
Object[]
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1