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






Windows & Linux

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
MemberValueDescription
eConsiderAnalysisDrag1Drag: the consider parameter is the ballistic coefficient B, where B = Cd * DragArea/Mass.
eConsiderAnalysisSRP2Solar radiation pressure (SRP): the consider parameter is K, where K = Cr * SRPArea/Mass.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.