PickResultObjects Property |
Gets a collection of objects that were on the pick stack for the picked object.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual Collection<Object> Objects { get; }
Public Overridable ReadOnly Property Objects As Collection(Of Object)
Get
public:
virtual property Collection<Object^>^ Objects {
Collection<Object^>^ get ();
}
abstract Objects : Collection<Object> with get
override Objects : Collection<Object> with get
Property Value
Type:
CollectionObjectRemarks
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 topic
for more information.
See Also