AGI STK Objects 11Send comments on this topic.
IsDefinitionTypeSupported Method (IAgFigureOfMerit)
See Also 
Def
Windows






Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

[Visual Basic .NET]
Public Function IsDefinitionTypeSupported( _
   ByVal Def As AgEFmDefinitionType _
) As Boolean
[C#]
public bool IsDefinitionTypeSupported(
   AgEFmDefinitionType Def
);
[Managed C++]
public: bool IsDefinitionTypeSupported(
   AgEFmDefinitionType Def
);
[Java]
public bool isDefinitionTypeSupported(
   AgEFmDefinitionType Def
);
[Unmanaged C++]
public: HRESULT IsDefinitionTypeSupported(
   AgEFmDefinitionType Def,
   VARIANT_BOOL * ReturnValue
);

Parameters

Def
MemberValueDescription
eFmAccessConstraint0Access Constraint Figure of Merit.
eFmAccessDuration1Access Duration Figure of Merit.
eFmAccessSeparation2Access Separation Figure of Merit.
eFmCoverageTime3Coverage Time Figure of Merit.
eFmDilutionOfPrecision4Dilution of Precision Figure of Merit.
eFmNAssetCoverage5N Asset Coverage Figure of Merit.
eFmNavigationAccuracy6Navigation Accuracy Figure of Merit.
eFmNumberOfAccesses7Number of Accesses Figure of Merit.
eFmNumberOfGaps8Number of Gaps Figure of Merit.
eFmResponseTime9Response Time Figure of Merit.
eFmRevisitTime10Revisit Time Figure of Merit.
eFmSimpleCoverage11Simple Coverage Figure of Merit.
eFmTimeAverageGap12Time Average Gap Figure of Merit.
eFmSystemResponseTime13System Response Time Figure of Merit.
eFmAgeOfData14Age of Data Figure of Merit.
eFmScalarCalculation15Scalar Calculation Figure of Merit.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.