ModelingWindowPane.GetObjects(UInt32, UInt32, Object[]) 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 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[]