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

Parameters

pObject
The IAgStkObject to add to the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.