Removes a targeter graph.
[Visual Basic .NET] |
---|
Public Sub RemoveGraph( _ ByVal IndexOrName As System.Object _ ) |
[C#] |
---|
public void RemoveGraph( System.Object IndexOrName ); |
[Managed C++] |
---|
public: void RemoveGraph( VARIANT IndexOrName ); |
[Unmanaged C++] |
---|
public: HRESULT RemoveGraph( VARIANT IndexOrName ); |
[Java] |
---|
public void removeGraph( AgVariant IndexOrName ); |
[Python - STK API ] |
---|
def RemoveGraph(self, IndexOrName:typing.Any) -> None: |
- IndexOrName