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.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarIntegral( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarIntegral( |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarIntegral( |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarIntegral( |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarIntegral( |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.