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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1