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 _
) As 
[C#]
public void RemoveByType(
    AgEVeConsiderAnalysisType EParamType
);
[Managed C++]
public: void RemoveByType(
    AgEVeConsiderAnalysisType EParamType
);
[Java]
public void removeByType(
    AgEVeConsiderAnalysisType EParamType
);
[Unmanaged C++]
public: HRESULT RemoveByType(
    AgEVeConsiderAnalysisType EParamType
);

Parameters

EParamType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.