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

Parameters

SystemName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.