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






Windows & Linux

Description

The numerical integration method.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Integral() As IAgCrdnIntegral
[C#]
public IAgCrdnIntegral Integral {get; set;}
[Managed C++]
public: __property IAgCrdnIntegral^ get_Integral();
public: __property void set_Integral(
   IAgCrdnIntegral ^
);
[Unmanaged C++]
public: HRESULT get_Integral(
   IAgCrdnIntegral ** ppRetVal
);
public: HRESULT put_Integral(
   IAgCrdnIntegral * pNewIntegral
);
[Java]
public IAgCrdnIntegral getIntegral();public void setIntegral(
   IAgCrdnIntegral
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.