AGI STK VGT 11 Send comments on this topic.
Operation Property (IAgCrdnConditionScalarBounds)
See Also 





Description

Get the operation from the condition that determines how the bounds are considered. The operation can be set to define satisfaction when the scalar is above minimum, below maximum, between minimum and maximum or outside minimum and maximum.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Operation() As AgECrdnConditionThresholdOption

[C#]
public AgECrdnConditionThresholdOption Operation {get; set;}

[Managed C++]
public: __property AgECrdnConditionThresholdOption get_Operation();
public: __property void set_Operation(
AgECrdnConditionThresholdOption
);

[Unmanaged C++]
public: HRESULT get_Operation(
AgECrdnConditionThresholdOption * pRetVal
);
public: HRESULT put_Operation(
AgECrdnConditionThresholdOption NewOperation
);

[Java]
public AgECrdnConditionThresholdOption getOperation();public void setOperation(
AgECrdnConditionThresholdOption
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1