STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR SystemName,
    IAgVeVOSystemsElement ** ppIAgVeVOSystemsElement
);
[Java]
public IAgVeVOSystemsElement add(
    String SystemName
);
[Python - STK API ]
def Add(self, SystemName:str) -> "IAgVeVOSystemsElement":

Parameters

SystemName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.