Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 432 Bytes

File metadata and controls

24 lines (19 loc) · 432 Bytes

GetObjMaterialName

FUNCTION GetObjMaterialName(
				h                : HANDLE;
				VAR materialName : STRING): BOOLEAN;
def vs.GetObjMaterialName(h):
    return (BOOLEAN, materialName)

Parameters

Name Type Description
h HANDLE
materialName STRING

Version

Availability: from Vectorworks 2021

Category