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






Windows & Linux

Description

Adds an element to the collection and returns the unique ID that will be used to represent the entity that is generated.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal Path As String _
) As String

[C#]
public string Add(
string Path
);

[Managed C++]
public: String __gc ^ Add(
String __gc ^ Path
);

[Java]
public String add(
String Path
);

[Unmanaged C++]
public: HRESULT Add(
BSTR Path,
BSTR * ReturnValue
);

Parameters

Path

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface