AGI STK Objects 11Send 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 _
) As 
[C#]
public void Remove(
    string SystemName
);
[Managed C++]
public: void Remove(
    String __gc ^ SystemName
);
[Java]
public void remove(
    String SystemName
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR SystemName
);

Parameters

SystemName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.