AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVeVOSystemsCollection)
See Also 
SystemName
Windows






Windows & Linux

Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal SystemName As String _
) As IAgVeVOSystemsElement

[C#]
public IAgVeVOSystemsElement Add(
string SystemName
);

[Managed C++]
public: IAgVeVOSystemsElement^ Add(
String __gc ^ SystemName
);

[Java]
public IAgVeVOSystemsElement add(
String SystemName
);

[Unmanaged C++]
public: HRESULT Add(
BSTR SystemName,
IAgVeVOSystemsElement ** ReturnValue
);

Parameters

SystemName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface