STK AstrogatorSend comments on this topic.
Remove Method (IAgVAStoppingConditionCollection)
See Also
IndexOrName
Windows





Windows & Linux

Description

Removes a stopping condition.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal IndexOrName As System.Object _
)
[C#]
public void Remove(
    System.Object IndexOrName
);
[Managed C++]
public: void Remove(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT Remove(
    VARIANT IndexOrName
);
[Java]
public void remove(
    AgVariant IndexOrName
);
[Python - STK API ]
def Remove(self, IndexOrName:typing.Any) -> None:

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.