AGI STK Objects 11 Send comments on this topic.
Add Method (IAgObjectLinkCollection)
See Also 
Name
The path to the object.





Description

Adds to the collection a link to an STK object with the given object path and name.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal Name As String _
) 

[C#]
public void Add(
string Name
);

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

[Java]
public  add(
String Name
);

[Unmanaged C++]
public: HRESULT Add(
BSTR Name
);

Parameters

Name
The path to the object.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1