Contents     Functions     Index     Previous Next     PDF

v_handle



Purpose

Class constructor for variable handle objects.



Description

The Structural Dynamics Toolbox now supports variable handle objects. Which act as pointers to variables that are actually stored as global variables, user data of graphical objects, or in files.

v_handle objects are used to v_handle objects essentially behave like global variables with the notable exception that a clear command only deletes the handle and not the pointed data.

Only advanced programmers should really need access to the internal structure of v_handle.



See also

SDT handle

©1991-2007 by SDTools
Previous Up Next