AGI STK VGT 11 Send comments on this topic.
CreateCalcScalarFixedAtTimeInstant Method (IAgCrdnCalcScalarFactory)
See Also 
Name
Component's name. The name must not have spaces.
Description
Component's optional description.





Description

Create a scalar calculation defined by evaluating the input scalar calculation at the specified reference time instant.

Syntax

[Visual Basic .NET]
Public Function CreateCalcScalarFixedAtTimeInstant( _
   ByVal Name As String, _
   ByVal Description As String _
) As IAgCrdnCalcScalar

[C#]
public IAgCrdnCalcScalar CreateCalcScalarFixedAtTimeInstant(
string Name,
string Description
);

[Managed C++]
public: IAgCrdnCalcScalar^ CreateCalcScalarFixedAtTimeInstant(
String __gc ^ Name,
String __gc ^ Description
);

[Java]
public IAgCrdnCalcScalar createCalcScalarFixedAtTimeInstant(
String Name,
String Description
);

[Unmanaged C++]
public: HRESULT CreateCalcScalarFixedAtTimeInstant(
BSTR Name,
BSTR Description,
IAgCrdnCalcScalar ** ReturnValue
);

Parameters

Name
Component's name. The name must not have spaces.
Description
Component's optional description.

Remarks

Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1