ModelingWindowPane.SelectObjects(UInt32, Object[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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