STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR GraphName
);
[Java]
public void remove(
    String GraphName
);
[Python - STK API ]
def Remove(self, GraphName:str) -> None:

Parameters

GraphName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.