STK Graphics PrimitivesSend comments on this topic.
Objects Property (IAgStkGraphicsPickResult)
See Also
Windows





Windows & Linux

Description

Gets a collection of objects that were on the pick stack for the picked object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Objects() As IAgStkGraphicsObjectCollection
[C#]
public IAgStkGraphicsObjectCollection Objects {get;}
[Managed C++]
public: __property IAgStkGraphicsObjectCollection ^ get_Objects();
[Unmanaged C++]
public: HRESULT get_Objects(
    IAgStkGraphicsObjectCollection ** ppRetVal
);
[Java]
public IAgStkGraphicsObjectCollection getObjects();
[Python - STK API ]
@property
def Objects(self) -> "IAgStkGraphicsObjectCollection":

Remarks

In many cases, this collection will only contain a single element: a primitive or a central body. When a primitive that is in a composite primitive is picked, both the primitive and the composite are in the collection. See the Picking Overview for more information.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.