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





Windows & Linux

Description

The type of comparision to perform.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComparisonOperand() As AgERt3ComparisonOperand
[C#]
public AgERt3ComparisonOperand ComparisonOperand {get; set;}
[Managed C++]
public: __property AgERt3ComparisonOperand get_ComparisonOperand();
public: __property void set_ComparisonOperand( AgERt3ComparisonOperand );
[Unmanaged C++]
public: HRESULT get_ComparisonOperand(
    AgERt3ComparisonOperand * pOperand
);
public: HRESULT put_ComparisonOperand(
    AgERt3ComparisonOperand Operand
);
[Java]
public AgERt3ComparisonOperand getComparisonOperand();
public void setComparisonOperand(
    AgERt3ComparisonOperand
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.