Create a scalar calculation that is defined by performing the specified function on the input scalar or time instant.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarFunction( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarFunction( |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFunction( |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarFunction( |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarFunction( |
- 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.