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

Description

Any time-dependent data element from STK data providers available for parent STK object.

Object Model



Public Methods

Public Method Set Set the data provider and the element name.
Public Method SetWithGroup Set the data provider name, the element name, and data provider type name.

Public Properties

Public Property DataProvider The name of the data provider.
Public Property ElementName The name of the data element within the data provider.
Public Property Group A group name the data element is a part of. If the element is not a part of a group, the property will return an empty string.
Public Property Interpolation Specify whether to use Lagrange or Hermite interpolation. See STK help on interpolation.
Public Property InvalidDataIndicator Sets the value to display in a report or graph when the actual value is not a valid real number
Public Property Sampling Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples.
Public Property SaveDataOption Determines if computed samples are saved/loaded, otherwise if using samples they are recomputed on load.
Public Property UseSamples If set to true, selected data provider is presampled over its entire availability span using sampling method specified in Advanced options. Then subsequent evaluations use pre-sampled tabulated data and interpolation method of direct evaluation of that data provider.

CoClasses that Implement IAgCrdnCalcScalarDataElement

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1