AGI STK VGT 11 Send comments on this topic.
IAgCrdnCalcScalar Interface

Description

Any scalar calculation that is not constant by construction.

Object Model




Public Methods

Public Method Evaluate Evaluates the scalar calculation at the specified time instant.
Public Method EvaluateWithRate Evaluates the scalar calculation at the specified time instant. The result is a scalar value and its rate of change.
Public Method GetAvailability Returns a list of availability intervals.
Public Method QuickEvaluate Evaluates the scalar calculation at the specified time instant and returns the results as an array with two elements, the first element being of boolean type indicating whether the computation's succeeded, followed by a double-precision value representing the computed scalar value.
Public Method QuickEvaluateWithRate Evaluates the scalar calculation at the specified time instant and returns the results an array with three elements, the first element being of boolean type indicating whether the computation's succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change.

Public Properties

Public Property Type Returns the scalar calculation type.
Public Property UnitOfMeasure Returns calc scalar's unit of measure, i.e. 'AngleUnit', 'DistanceUnit', etc.

CoClasses that Implement IAgCrdnCalcScalar

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1