STK Vector Geometry ToolSend comments on this topic.
Operation Property (IAgCrdnVolumeFromCalc)
See Also
Windows





Windows & Linux

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 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.