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





Description

A collection of clauses which make up the expression used to evaluate entities.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Clauses() As AgRt3SimpleQueryClauseCollection

[C#]
public AgRt3SimpleQueryClauseCollection Clauses {get; set;}

[Managed C++]
public: __property AgRt3SimpleQueryClauseCollection^ get_Clauses();
public: __property void set_Clauses(
AgRt3SimpleQueryClauseCollection ^
);

[Unmanaged C++]
public: HRESULT get_Clauses(
AgRt3SimpleQueryClauseCollection ** ppRetVal
);
public: HRESULT put_Clauses(
AgRt3SimpleQueryClauseCollection * pNewClauses
);

[Java]
public AgRt3SimpleQueryClauseCollection getClauses();public void setClauses(
AgRt3SimpleQueryClauseCollection
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1