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

Definition

Implementation of ISelectionContainer interface.

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

Parameters

count
UInt32
objects
Object[]
flags
UInt32

Returns

Implements

Applies to