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

© 2018 Analytical Graphics, Inc. All Rights Reserved.