Click or drag to resize

UserVariable Methods

The UserVariable type exposes the following members.

Methods
  NameDescription
Public methodGetBoolValue
Retrieves the value of a boolean variable.
(Inherited from Variable.)
Public methodGetDoubleValue
Retrieves the value of a double precision variable.
(Inherited from Variable.)
Public methodGetIntValue
Retrieves the value of an integer variable.
(Inherited from Variable.)
Public methodGetSFSArrayValue
Retrieves the value of a SFSArray variable.
(Inherited from Variable.)
Public methodGetSFSObjectValue
Retrieves the value of a SFSObject variable.
(Inherited from Variable.)
Public methodGetStringValue
Retrieves the value of a string variable.
(Inherited from Variable.)
Public methodIsNull
Indicates if the variable is null.
(Inherited from Variable.)
Top
See Also