Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 624 Bytes

File metadata and controls

29 lines (23 loc) · 624 Bytes

OLDGetConstructMat

Description

Returns the universal and the localized names of the construction material at the given index.

PROCEDURE OLDGetConstructMat(
				materialIndex     : LONGINT;
				VAR UniversalName : STRING;
				VAR LocalizedName : STRING);
def vs.OLDGetConstructMat(materialIndex):
    return (UniversalName, LocalizedName)

Parameters

Name Type Description
materialIndex LONGINT
UniversalName STRING
LocalizedName STRING

Version

Availability: from Vectorworks 2018

Category