TryGetVariable

TryGetVariable(long, out Variable)

public bool TryGetVariable(long id, out Variable variable) ;

Description

Get Variable of id.

Parameters

Parameter Name Description
id ID
variable Found Variable

Returns

Returns true if Variable of id exists. Otherwise returns false.