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






Windows & Linux

Description

Removes a parameter.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal GraphName As String _
) 

[C#]
public void Remove(
string GraphName
);

[Managed C++]
public: void Remove(
String __gc ^ GraphName
);

[Java]
public  remove(
String GraphName
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR GraphName
);

Parameters

GraphName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface