STK ObjectsSend comments on this topic.
Remove Method (IAgCvAreaTargetsCollection)
See Also
TargetName
Windows





Windows & Linux

Description

Removes an element from the collection given a Target name

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal TargetName As String _
)
[C#]
public void Remove(
    string TargetName
);
[Managed C++]
public: void Remove(
    String __gc ^ TargetName
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR TargetName
);
[Java]
public void remove(
    String TargetName
);
[Python - STK API ]
def Remove(self, TargetName:str) -> None:

Parameters

TargetName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.