STK Vector Geometry ToolSend 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 Integral
);
[Java]
public IAgCrdnIntegral getIntegral();
public void setIntegral(
    IAgCrdnIntegral
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.