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
);
[Python - STK API ]
@property
def Integral(self) -> "IAgCrdnIntegral":

@Integral.setter
def Integral(self, Integral:"IAgCrdnIntegral") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.