STK ObjectsSend comments on this topic.
Remove Method (IAgVeVOSystemsCollection)
See Also
SystemName
Windows





Windows & Linux

Description

Removes a system by name

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal SystemName As String _
)
[C#]
public void Remove(
    string SystemName
);
[Managed C++]
public: void Remove(
    String __gc ^ SystemName
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR SystemName
);
[Java]
public void remove(
    String SystemName
);
[Python - STK API ]
def Remove(self, SystemName:str) -> None:

Parameters

SystemName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.