AGI STK VGT 11 Send comments on this topic.
Sense Property (IAgCrdnConvergeBasic)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1