STK Real-Time Tracking ToolSend comments on this topic.
Clauses Property (IAgRt3SimpleQuery)
See Also
Windows





Windows & Linux

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 IAgRt3SimpleQueryClauseCollection
[C#]
public IAgRt3SimpleQueryClauseCollection Clauses {get; set;}
[Managed C++]
public: __property IAgRt3SimpleQueryClauseCollection ^ get_Clauses();
public: __property void set_Clauses( IAgRt3SimpleQueryClauseCollection );
[Unmanaged C++]
public: HRESULT get_Clauses(
    IAgRt3SimpleQueryClauseCollection ** ppClauses
);
public: HRESULT put_Clauses(
    IAgRt3SimpleQueryClauseCollection Clauses
);
[Java]
public IAgRt3SimpleQueryClauseCollection getClauses();
public void setClauses(
    IAgRt3SimpleQueryClauseCollection
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.