AGI STK Objects 11 Send comments on this topic.
AddObject Method (IAgObjectLinkCollection)
See Also 
pObject
The IAgStkObject to add to the collection.





Description

Adds to the collection a link to the given STK object.

Syntax

[Visual Basic .NET]
Public Sub AddObject( _
   ByVal pObject As IAgStkObject _
) 

[C#]
public void AddObject(
IAgStkObject pObject
);

[Managed C++]
public: void AddObject(
IAgStkObject ^ pObject
);

[Java]
public  addObject(
IAgStkObject pObject
);

[Unmanaged C++]
public: HRESULT AddObject(
IAgStkObject * pObject
);

Parameters

pObject
The IAgStkObject to add to the collection.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1