Create a scalar calculation that is the time elapsed since a reference time instant.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarElapsedTime( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarElapsedTime( String __gc ^ Name, String __gc ^ Description ); |
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarElapsedTime( String Name, String Description ); |
| [Unmanaged C++] |
|---|
|
- Name
- Description
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.





