This function retrieves information about the attributes defined in a point structure. The attribute list is returned as a string with each attribute name separated by a comma.
Note: See STRSPLIT to separate the attribute list.
Result = EOS_PT_INQATTRS( pointID, attrlist [, LENGTH=variable] )
Number of attributes found or (–1) if failure.
Point id (long).
A named variable that will contain the attribute list (string) entries separated by commas.
Set this keyword to a named variable that will contain the length of the attribute list, as a long integer.
nattr = EOS_PT_INQATTRS(pointID, attrlist)
5.2 |
Introduced |