<< SL_SortListFuncRange | SL_SetNodeAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetNodeAttr
NAME
SL_GetNodeAttr -- returns the given attribute of a node.
SYNOPSIS
attr = SL_GetNodeAttr(node, attr);
D0 A0 D0
SLTAGDATA SL_GetNodeAttr(void *, Tag);
FUNCTION
Returns the specified attribute of a node.
INPUTS
node - as returned by SL_CreateNodeA.
attr - any of the NODEATTR_ tags. See SL_SetNodeAttrA for a description
of the tags this call uses.
SEE ALSO
SL_AddNodeAfter, SL_AddNodeBefore, SL_AddNodeHead, SL_AddNodeSorted, SL_AddNodeSortedFunc, SL_AddNodeTail, SL_ClearComplexList, SL_ClearList, SL_CountNodes, SL_CreateComplexNode, SL_CreateListA, SL_CreateNodeA, SL_FindNodeFunc, SL_FindNodeName, SL_FindNodePos, SL_FindNodeUserData, SL_FirstNode, SL_FreeComplexList, SL_FreeComplexNode, SL_FreeList, SL_FreeNode, SL_GetListAttr, SL_GetNodeAttr, SL_IsListEmpty, SL_LastNode, SL_NextNode, SL_PrevNode, SL_RemoveNode, SL_RemoveNodeHead, SL_RemoveNodeTail, SL_SetListAttrA, SL_SetNodeAttrA, SL_SortComplexList, SL_SortComplexListRange, SL_SortList, SL_SortListFunc, SL_SortListFuncRange, SL_SortListRange.
SL_GetNodeAttr Command Section By Type url:SL_GetNodeAttr
created:2008-03-01 23:36:35 last updated:2008-03-01 23:36:35
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetNodeAttr | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_SortListFuncRange | SL_SetNodeAttrA >> |
Top: Documentation Library | Up: SoftLogik App Library API |