AGI STK VGT 11 Send 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 NewSense
);

[Java]
public AgECrdnThreshConvergeSense getSense();public void setSense(
AgECrdnThreshConvergeSense
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface