Navigation: Scripting Reference Manual > Functions & Subroutines > AuxDataFindNameOnSurf

 

AuxDataFindNameOnSurf

 

Contact Us: fredsupport@photonengr.com

 

Description

Finds the given Auxiliary Data label name on the specified node.

 

Syntax

success = AuxDataFindNameOnSurf( n, auxname )

 

Parameters

success (Boolean)

True if name is found on specified node; False otherwise.

 

n As Long

Node number of surface

 

auxname As String

Text name of Auxiliary Data label.

 

Remarks

Finds the given Auxiliary Data label name on the specified node. If there is a problem, the function generates an error.

 

See Also

AuxDataGetCount

AuxDataGetIthName

AuxDataGetData

AuxDataSetData

AuxDataFindName

AuxDataFindNameAndData

AuxDataRemoveName

AuxDataRemoveAll

 

 

 

 

 

Copyright © Photon Engineering, LLC