ModelingWindowPane.GetAllObjects(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.
ISelectionContainer.GetObjects (All).
protected:
virtual void GetAllObjects(System::UInt32 count, cli::array <System::Object ^> ^ objects);
protected virtual void GetAllObjects (uint count, object[] objects);
abstract member GetAllObjects : uint32 * obj[] -> unit
override this.GetAllObjects : uint32 * obj[] -> unit
Protected Overridable Sub GetAllObjects (count As UInteger, objects As Object())
Parameters
- count
- UInt32
Count of Objects to get.
- objects
- Object[]
Array of Objects to return.