VS:FInFolder

From Vectorworks Developer
Revision as of 21:56, 27 April 2008 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Function FInFolder returns a handle to the first object in the referenced symbol folder. The object can be either a symbol definition or a nested symbol folder.

If the folder is empty, the function returns NIL.

FUNCTION FInFolder(
sfHd :HANDLE) : HANDLE;
def vs.FInFolder(sfHd):
    return HANDLE

Parameters

sfHd HANDLE Handle to symbol definition or symbol folder.

Version

Availability: from All Versions