STK AstrogatorSend comments on this topic.
Add Method (IAgVACalcObjectCollection)
See Also
Name
Windows





Windows & Linux

Description

Adds a calc object to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal Name As String _
) As IAgComponentInfo
[C#]
public IAgComponentInfo Add(
    string Name
);
[Managed C++]
public: IAgComponentInfo^ Add(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR Name,
    IAgComponentInfo ** ppComponent
);
[Java]
public IAgComponentInfo add(
    String Name
);
[Python - STK API ]
def Add(self, Name:str) -> "IAgComponentInfo":

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.