Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 898 Bytes

File metadata and controls

41 lines (34 loc) · 898 Bytes

GetWSImgComponent

Description

Gets the specified component of a worksheet cell image.
Table - Components:
Component Constant
"3D" 0
"2D" 1
"2D Cut" 2
"Not set" 4

PROCEDURE GetWSImgComponent(
				worksheet     : HANDLE;
				row           : INTEGER;
				column        : INTEGER;
				VAR component : INTEGER);
def vs.GetWSImgComponent(worksheet, row, column):
    return component

Parameters

Name Type Description
worksheet HANDLE The worksheet handle.
row INTEGER The cell row.
column INTEGER The cell column.
component INTEGER The image component

See Also

VS Functions: SetWSImgComponent

Version

Availability: from Vectorworks 2019

Category