AGI STK Object Broker 11 Send comments on this topic.
AddWithID Method (IAgStkOutputObjectPathCollection)
See Also 
Path
EntityID
Windows






Windows & Linux

Description

Adds an element to the collection and use the unique ID to represent the entity that is generated.

Syntax

[Visual Basic .NET]
Public Sub AddWithID( _
   ByVal Path As String, _
   ByVal EntityID As String _
) 

[C#]
public void AddWithID(
string Path,
string EntityID
);

[Managed C++]
public: void AddWithID(
String __gc ^ Path,
String __gc ^ EntityID
);

[Java]
public  addWithID(
String Path,
String EntityID
);

[Unmanaged C++]
public: HRESULT AddWithID(
BSTR Path,
BSTR EntityID
);

Parameters

Path
EntityID

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface