ModelingWindowPane.GetObjects(UInt32, UInt32, Object[]) Method

Definition

Implementation of ISelectionContainer interface.

public:
 virtual int GetObjects(System::UInt32 flags, System::UInt32 count, cli::array <System::Object ^> ^ objects);
public int GetObjects (uint flags, uint count, object[] objects);
abstract member GetObjects : uint32 * uint32 * obj[] -> int
override this.GetObjects : uint32 * uint32 * obj[] -> int
Public Function GetObjects (flags As UInteger, count As UInteger, objects As Object()) As Integer

Parameters

flags
UInt32
count
UInt32
objects
Object[]

Returns

Implements

Applies to