Share via


ControllerModel.TryGetControllerModelKey(UInt64) Method

Definition

Provides access to a model-specific key to either load a new model or use to cache loaded models.

public bool TryGetControllerModelKey (out ulong modelKey);
member this.TryGetControllerModelKey : uint64 -> bool
Public Function TryGetControllerModelKey (ByRef modelKey As ULong) As Boolean

Parameters

modelKey
UInt64

The unique key representing this controller's model, if one exists.

Returns

True if a valid key could be retrieved. False otherwise.

Applies to