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





Windows & Linux

Description

Adds a new element to the collection.

Syntax

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

Parameters

TargetName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.