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.
Read-write property
[Visual Basic .NET] |
---|
Public Property Operation() As AgECrdnConditionThresholdOption |
[C#] |
---|
public AgECrdnConditionThresholdOption Operation {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnConditionThresholdOption get_Operation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Operation( AgECrdnConditionThresholdOption * pRetVal ); public: HRESULT put_Operation( AgECrdnConditionThresholdOption Operation ); |
[Java] |
---|
public AgECrdnConditionThresholdOption getOperation(); public void setOperation( AgECrdnConditionThresholdOption ); |
[Python - STK API ] |
---|
@property def Operation(self) -> "AgECrdnConditionThresholdOption": @Operation.setter def Operation(self, Operation:"AgECrdnConditionThresholdOption") -> None: |