AGI STK Objects 11 Send comments on this topic.
RemoveByType Method (IAgVeConsiderAnalysisCollection)
See Also 
EParamType





Description

Removes an element from the collection using the AgEVeConsiderAnalysisType type

Syntax

[Visual Basic .NET]
Public Sub RemoveByType( _
   ByVal EParamType As AgEVeConsiderAnalysisType _
) 

[C#]
public void RemoveByType(
AgEVeConsiderAnalysisType EParamType
);

[Managed C++]
public: void RemoveByType(
AgEVeConsiderAnalysisType EParamType
);

[Java]
public  removeByType(
AgEVeConsiderAnalysisType EParamType
);

[Unmanaged C++]
public: HRESULT RemoveByType(
AgEVeConsiderAnalysisType EParamType
);

Parameters

EParamType
Member Value Description
eConsiderAnalysisDrag 1 Drag: the consider parameter is the ballistic coefficient B, where B = Cd * DragArea/Mass.
eConsiderAnalysisSRP 2 Solar radiation pressure (SRP): the consider parameter is K, where K = Cr * SRPArea/Mass.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1