Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 682 Bytes

File metadata and controls

29 lines (22 loc) · 682 Bytes

GetObjTypeProperties

Description

Receives an object type and returns the properties of that object type

FUNCTION GetObjTypeProperties(ObjectType : INTEGER): INTEGER;
def vs.GetObjTypeProperties(ObjectType):
    return INTEGER

Parameters

Name Type Description
ObjectType INTEGER Object type whose properties are desired

Examples

This function should return kTermProp for type kTermNode, kLineProp for kLineNode and so on for all existing object types that are defined in Objs.TDType.h.

Version

Availability: from Vectorworks 2018

Category