Share via


IMDLObjectContainerComponent.RemoveObject(MDLObject) Method

Definition

Removes object from the list of objects that are contained by this IMDLObjectContainerComponent.

[Foundation.Export("removeObject:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveObject(ModelIO.MDLObject object);
[<Foundation.Export("removeObject:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveObject : ModelIO.MDLObject -> unit
override this.RemoveObject : ModelIO.MDLObject -> unit

Parameters

object
MDLObject
Attributes

Applies to