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





Windows & Linux

Description

Copies the stopping condition into the clipboard and removes the stopping condition from the list.

Syntax

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

Parameters

IndexOrName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.