Navigation: Scripting Reference Manual > Functions & Subroutines > GetName

 

GetName

 

Contact Us: fredsupport@photonengr.com

 

Description

Retrieves the name of a specified FRED entity.

 

Syntax

ename = GetName ( n )

 

Parameters

ename (String)

Holds the name of the FRED entity.

 

n As Long

Node number of the FRED entity.

 

Remarks

This function retrieves the name of a specified FRED entity.  If there is a problem, the function toggles an error and returns an empty string.

 

An entity's name is the base name portion of the entity's full name.  For example, if the entity's full name is "geometry.element.surf", its name is "surf".

 

See Also

FindFullName

GetFullName

GetDescription

 

 

 

 

 

Copyright © Photon Engineering, LLC