Description Returns the value of the auxiliary data item with a particular name on a particular surface.
Syntax dval = AuxDataGetData ( n, dname )
Parameters dval (Variant) The value of the particular auxiliary data item.
n As Long Node number of the surface.
dname As String The name of the auxiliary data.
Remarks This function returns the value of the auxiliary data item with a particular name on a particular surface. If there is a problem the function sets an error and returns an initialized Variant type. The value of dval depends on how it is interpreted, since it is a Variant type.
See Also Examples
|