AGI STK Astrogator 11Send 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
);
[Java]
public IAgVAProfile add(
   String ProfileName
);
[Unmanaged C++]
public: HRESULT Add(
   BSTR ProfileName,
   IAgVAProfile ** ReturnValue
);

Parameters

ProfileName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.