ModelingWindowPane.GetSelectedObjects(UInt32, Object[]) Method

Definition

ISelectionContainer.GetObjects (Selected).

protected:
 virtual void GetSelectedObjects(System::UInt32 count, cli::array <System::Object ^> ^ objects);
protected virtual void GetSelectedObjects (uint count, object[] objects);
abstract member GetSelectedObjects : uint32 * obj[] -> unit
override this.GetSelectedObjects : uint32 * obj[] -> unit
Protected Overridable Sub GetSelectedObjects (count As UInteger, objects As Object())

Parameters

count
UInt32

Count of Objects to get.

objects
Object[]

Array of Objects to return.

Applies to