AGI STK Objects 11Send comments on this topic.
IAgFmDefAgeOfData Interface

Description

Age of Data Figure of Merit.

Public Properties

Public Property MinAssetsMinimum number of assets for computing time between the end of a coverage interval and the current time Figure of Merit.

Interfaces

Implemented Interface
IAgFmDefCompute
IAgFmDefinition

CoClasses that Implement IAgFmDefAgeOfData

Example

Configure figure of merit Age Of Data definition
[C#]
// Get the IAgFmDefAgeOfData interface
fom.SetDefinitionType(AgEFmDefinitionType.eFmAgeOfData);
IAgFmDefAgeOfData ageOfData = fom.Definition as IAgFmDefAgeOfData;

// Set the minimum number of assets for computing
ageOfData.MinAssets = 2;
Configure figure of merit Age Of Data definition
[Visual Basic .NET]
' Get the IAgFmDefAgeOfData interface
fom.SetDefinitionType(AgEFmDefinitionType.eFmAgeOfData)
Dim ageOfData As IAgFmDefAgeOfData = TryCast(fom.Definition, IAgFmDefAgeOfData)

' Set the minimum number of assets for computing
ageOfData.MinAssets = 2
© 2019 Analytical Graphics, Inc. All Rights Reserved.