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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1