STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT RemoveByType(
    AgEVeConsiderAnalysisType EParamType
);
[Java]
public void removeByType(
    AgEVeConsiderAnalysisType EParamType
);
[Python - STK API ]
def RemoveByType(self, EParamType:"AgEVeConsiderAnalysisType") -> None:

Parameters

EParamType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.