STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT RemoveObject(
    IAgStkObject * pObject
);
[Java]
public void removeObject(
    IAgStkObject pObject
);
[Python - STK API ]
def RemoveObject(self, pObject:"IAgStkObject") -> None:

Parameters

pObject
The IAgStkObject to be removed.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.