AGI STK VGT 11Send comments on this topic.
Convergence Property (IAgCrdnEventArrayConditionCrossings)
See Also 
Windows






Windows & Linux

Description

The Convergence definition, which uses time tolerance to determine when crossing times are found.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Convergence() As IAgCrdnConverge
[C#]
public IAgCrdnConverge Convergence {get; set;}
[Managed C++]
public: __property IAgCrdnConverge^ get_Convergence();
public: __property void set_Convergence(
   IAgCrdnConverge ^
);
[Unmanaged C++]
public: HRESULT get_Convergence(
   IAgCrdnConverge ** ppRetVal
);
public: HRESULT put_Convergence(
   IAgCrdnConverge * pNewConvergence
);
[Java]
public IAgCrdnConverge getConvergence();public void setConvergence(
   IAgCrdnConverge
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.