AGI STK Objects 11 Send comments on this topic.
RemoveObject Method (IAgObjectLinkCollection)
See Also 
pObject
The IAgStkObject to be removed.
Windows






Windows & Linux

Description

Removes from the collection a link to the given STK object.

Syntax

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

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

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

[Java]
public  removeObject(
IAgStkObject pObject
);

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

Parameters

pObject
The IAgStkObject to be removed.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface