Create a scalar calculation defined by evaluating the input scalar calculation at the specified reference time instant.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarFixedAtTimeInstant( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarFixedAtTimeInstant( |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarFixedAtTimeInstant( |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarFixedAtTimeInstant( |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarFixedAtTimeInstant( |
- 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.