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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.