Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 496 Bytes

File metadata and controls

28 lines (21 loc) · 496 Bytes

vsoADPGetViewType

Description

Retrieve the view type parameter from the Auto Dimension GetSupportedTypes (77) message sent to a Script object.

PROCEDURE vsoADPGetViewType(
				message      : LONGINT;
				VAR viewType : INTEGER);
def vs.vsoADPGetViewType(message):
    return viewType

Parameters

Name Type Description
message LONGINT
viewType INTEGER

Version

Availability: from Vectorworks 2023

Category

  • Object Events