Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 503 Bytes

File metadata and controls

30 lines (23 loc) · 503 Bytes

DSH_GetDSFieldsCount

Description

Gets Object's Data Sheet fields count.

FUNCTION DSH_GetDSFieldsCount(
				hObject      : HANDLE;
				dsName       : STRING;
				VAR outCount : INTEGER): BOOLEAN;
def vs.DSH_GetDSFieldsCount(hObject, dsName):
    return (BOOLEAN, outCount)

Parameters

Name Type Description
hObject HANDLE
dsName STRING
outCount INTEGER

Version

Availability: from Vectorworks 2020.1

Category

  • Data Sheets