Create a scalar calculation that is the derivative of an input scalar calculation.
| [Visual Basic .NET] |
|---|
Public Function CreateCalcScalarDerivative( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarDerivative( |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarDerivative( |
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarDerivative( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateCalcScalarDerivative( |
- 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.
