QuickObjects.ObjectBase Send comments on this topic.
LoadOriginal_UInt16 Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > Utilities Class : LoadOriginal_UInt16 Method
obj
val

LoadOriginal_UInt16

If the passed in parameter is null this method sets the obj to null.

If the passed in object is not null, this method casts the val object to UInt16 value and assigns it to the obj.OriginalValue.Value.

Parameters:
Description
obj
val

Syntax

C# 
public static void LoadOriginal_UInt16( 
   ref UInt16Field obj,
   object val
)

Parameters

obj
val

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also