STK AstrogatorSend comments on this topic.
Add2 Method (IAgVAProfileCollection)
See Also
ProfileName
IndexOrName
Direction
Windows





Windows & Linux

Description

Adds a profile.

Syntax

[Visual Basic .NET]
Public Function Add2( _
    ByVal ProfileName As String, _
    ByVal IndexOrName As System.Object, _
    ByVal Direction As AgEVAProfileInsertDirection _
) As IAgVAProfile
[C#]
public IAgVAProfile Add2(
    string ProfileName,
    System.Object IndexOrName,
    AgEVAProfileInsertDirection Direction
);
[Managed C++]
public: IAgVAProfile^ Add2(
    String __gc ^ ProfileName,
    VARIANT IndexOrName,
    AgEVAProfileInsertDirection Direction
);
[Unmanaged C++]
public: HRESULT Add2(
    BSTR ProfileName,
    VARIANT IndexOrName,
    AgEVAProfileInsertDirection Direction,
    IAgVAProfile ** ppVAProfile
);
[Python - STK API ]
def Add2(self, ProfileName:str, IndexOrName:typing.Any, Direction:"AgEVAProfileInsertDirection") -> "IAgVAProfile":

Parameters

ProfileName
IndexOrName
Direction

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.