AGI STK VGT 11Send comments on this topic.
CreateCalcScalarIntegral Method (IAgCrdnCalcScalarFactory)
See Also
Name
Description
Windows






Windows & Linux

Description

Create a scalar calculation that is the integral of an input scalar computed with respect to time using one of the specified numerical methods and using one of the specified accumulation types.

Syntax

[Visual Basic .NET]
Public Function CreateCalcScalarIntegral( _
    ByVal Name As String, _
    ByVal Description As String _
) As 
[C#]
public IAgCrdnCalcScalar CreateCalcScalarIntegral(
    string Name,
    string Description
);
[Managed C++]
public: IAgCrdnCalcScalar^ CreateCalcScalarIntegral(
    String __gc ^ Name,
    String __gc ^ Description
);
[Java]
public IAgCrdnCalcScalar createCalcScalarIntegral(
    String Name,
    String Description
);
[Unmanaged C++]
public: HRESULT CreateCalcScalarIntegral(
    BSTR Name,
    BSTR Description,
    IAgCrdnCalcScalar ** ppRetVal
);

Parameters

Name
Description

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.