VS:IFC GetDSCount: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:40, 3 February 2023

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

Description

Gets Data Sheets count for object.

FUNCTION IFC_GetDSCount(
objectName :STRING;
VAR outDSCount :INTEGER) : BOOLEAN;
def vs.IFC_GetDSCount(objectName):
    return (BOOLEAN, outDSCount)

Parameters

objectName STRING
outDSCount INTEGER

Version

Availability: from Vectorworks 2023.4