AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.