Create a scalar calculation that is the time elapsed since a reference time instant.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarElapsedTime( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarElapsedTime( |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarElapsedTime( |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarElapsedTime( |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarElapsedTime( |
- 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.