AGI STK Astrogator 11Send comments on this topic.
Remove Method (IAgVAProfileCollection)
See Also 
IndexOrProfileName
Windows






Windows & Linux

Description

Removes an item from the profile collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal IndexOrProfileName As System.Object _
) 
[C#]
public void Remove(
   System.Object IndexOrProfileName
);
[Managed C++]
public: void Remove(
   VARIANT IndexOrProfileName
);
[Java]
public  remove(
   Variant IndexOrProfileName
);
[Unmanaged C++]
public: HRESULT Remove(
   VARIANT IndexOrProfileName
);

Parameters

IndexOrProfileName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.