STK AstrogatorSend comments on this topic.
Add Method (IAgVAPropagatorFunctionCollection)
See Also
ResultName
Windows





Windows & Linux

Description

Adds a function to the collection.

Syntax

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

Parameters

ResultName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.