Share via


IMDLObjectContainerComponent.GetObject(UIntPtr) Method

Definition

Returns the object at the specified index.

[Foundation.Export("objectAtIndexedSubscript:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ModelIO.MDLObject GetObject(UIntPtr index);
[<Foundation.Export("objectAtIndexedSubscript:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetObject : unativeint -> ModelIO.MDLObject
override this.GetObject : unativeint -> ModelIO.MDLObject

Parameters

index
UIntPtr

unativeint

The index of the object to get.

Returns

Attributes

Applies to