STK AstrogatorSend comments on this topic.
Add Method (IAgVAProfileCollection)
See Also
ProfileName
Windows





Windows & Linux

Description

Adds a profile.

Syntax

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

Parameters

ProfileName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.