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