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





Windows & Linux

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 * pOperand
);
public: HRESULT put_ConjunctiveOperand(
    AgERt3ConjunctiveOperand Operand
);
[Java]
public AgERt3ConjunctiveOperand getConjunctiveOperand();
public void setConjunctiveOperand(
    AgERt3ConjunctiveOperand
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.