Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 503 Bytes

File metadata and controls

27 lines (21 loc) · 503 Bytes

SetObjPropTxtVS

Description

Set a text value to an extended property.

FUNCTION SetObjPropTxtVS(
				PropertyID  : LONGINT;
				PropertyVal : DYNARRAY[] of CHAR): BOOLEAN;
def vs.SetObjPropTxtVS(PropertyID, PropertyVal):
    return BOOLEAN

Parameters

Name Type Description
PropertyID LONGINT
PropertyVal DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2017

Category