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





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
Member Value Description
eFmAccessConstraint 0 Access Constraint Figure of Merit.
eFmAccessDuration 1 Access Duration Figure of Merit.
eFmAccessSeparation 2 Access Separation Figure of Merit.
eFmCoverageTime 3 Coverage Time Figure of Merit.
eFmDilutionOfPrecision 4 Dilution of Precision Figure of Merit.
eFmNAssetCoverage 5 N Asset Coverage Figure of Merit.
eFmNavigationAccuracy 6 Navigation Accuracy Figure of Merit.
eFmNumberOfAccesses 7 Number of Accesses Figure of Merit.
eFmNumberOfGaps 8 Number of Gaps Figure of Merit.
eFmResponseTime 9 Response Time Figure of Merit.
eFmRevisitTime 10 Revisit Time Figure of Merit.
eFmSimpleCoverage 11 Simple Coverage Figure of Merit.
eFmTimeAverageGap 12 Time Average Gap Figure of Merit.
eFmSystemResponseTime 13 System Response Time Figure of Merit.
eFmAgeOfData 14 Age of Data Figure of Merit.
eFmScalarCalculation 15 Scalar Calculation Figure of Merit.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1