MDLObject.IsComponentConforming(Protocol) Method

Definition

Caution

Use 'GetComponent (Type type)'.

Returns the component that belongs to the object and conforms to the protocol, or null if none of this object's components conform.

[Foundation.Export("componentConformingToProtocol:")]
[System.Obsolete("Use 'GetComponent (Type type)'.", false)]
public virtual ModelIO.IMDLComponent IsComponentConforming (ObjCRuntime.Protocol protocol);
abstract member IsComponentConforming : ObjCRuntime.Protocol -> ModelIO.IMDLComponent
override this.IsComponentConforming : ObjCRuntime.Protocol -> ModelIO.IMDLComponent

Parameters

protocol
Protocol

Returns

Attributes

Applies to