VS:FInFolder: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(add comment)
Line 33: Line 33:
</params>
</params>


-----------------------------------------------------------------------------------------------------------
<remark>
[[User:Orso.b.schmid|Orso]], 2017.12.25: This since VW 2017 supports all resource folders, not only symbol folders.
</remark>
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>

Revision as of 15:05, 25 December 2017

.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