Edit

Share via


ReferencedObjectCollection.TryGetReferencedObject(UInt32) Method

Definition

Tries to get the referenced object with the specified id.

public object TryGetReferencedObject (uint reference);
member this.TryGetReferencedObject : uint32 -> obj
Public Function TryGetReferencedObject (reference As UInteger) As Object

Parameters

reference
UInt32

The reference.

Returns

The referenced object with the specified id if found, null otherwise.

Applies to