VS:FInFolder

From Vectorworks Developer
Revision as of 15:05, 25 December 2017 by CBM-c- (talk | contribs) (add comment)
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.

Remarks

Orso, 2017.12.25: This since VW 2017 supports all resource folders, not only symbol folders.

Version

Availability: from All Versions