STK Vector Geometry ToolSend comments on this topic.
Sense Property (IAgCrdnConvergeBasic)
See Also
Windows





Windows & Linux

Description

Get the convergence sense which determines whether the converged value should be limited to just within or just outside of condition boundaries.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Sense() As AgECrdnThreshConvergeSense
[C#]
public AgECrdnThreshConvergeSense Sense {get; set;}
[Managed C++]
public: __property AgECrdnThreshConvergeSense get_Sense();
public: __property void set_Sense( AgECrdnThreshConvergeSense );
[Unmanaged C++]
public: HRESULT get_Sense(
    AgECrdnThreshConvergeSense * pRetVal
);
public: HRESULT put_Sense(
    AgECrdnThreshConvergeSense Sense
);
[Java]
public AgECrdnThreshConvergeSense getSense();
public void setSense(
    AgECrdnThreshConvergeSense
);
[Python - STK API ]
@property
def Sense(self) -> "AgECrdnThreshConvergeSense":

@Sense.setter
def Sense(self, Sense:"AgECrdnThreshConvergeSense") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.