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





Description

The type of conjunction to use.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConjunctiveOperand() As AgERt3ConjunctiveOperand

[C#]
public AgERt3ConjunctiveOperand ConjunctiveOperand {get; set;}

[Managed C++]
public: __property AgERt3ConjunctiveOperand get_ConjunctiveOperand();
public: __property void set_ConjunctiveOperand(
AgERt3ConjunctiveOperand
);

[Unmanaged C++]
public: HRESULT get_ConjunctiveOperand(
AgERt3ConjunctiveOperand * pRetVal
);
public: HRESULT put_ConjunctiveOperand(
AgERt3ConjunctiveOperand NewConjunctiveOperand
);

[Java]
public AgERt3ConjunctiveOperand getConjunctiveOperand();public void setConjunctiveOperand(
AgERt3ConjunctiveOperand
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1