Description Returns the first surface identifier that has the specified name and value as one of its auxiliary surface data items.
Syntax n = AuxDataFindNameAndData ( dstart, dname, dvalue )
Parameters n (Long) Node number with the specified name and value.
dstart As Long Specifies the identifier in the system where search will start.
dname As String Specifies the search string name.
dvalue As String Specifies the search string value.
Remarks This function returns the first surface identifier that has the specified name and value as one of its auxiliary surface data items. Returns -1 if no surface is found with the given criteria.
See Also Examples
|