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





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 * pRetVal
);
public: HRESULT put_ComparisonOperand(
AgERt3ComparisonOperand NewComparisonOperand
);

[Java]
public AgERt3ComparisonOperand getComparisonOperand();public void setComparisonOperand(
AgERt3ComparisonOperand
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1