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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1