Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.18 KB

File metadata and controls

35 lines (28 loc) · 1.18 KB

GetMarkerPopupSelectedItem

Description

This is a deprecated function. Use GetMarkerChoice instead.

Returns the 1-based index number of the selected item in the specified marker popup menu item. If return value is 8, a custom marker is selected.

FUNCTION GetMarkerPopupSelectedItem(
				dialogID    : LONGINT;
				componentID : LONGINT;
				VAR style   : INTEGER;
				VAR angle   : INTEGER;
				VAR size    : INTEGER): INTEGER;
def vs.GetMarkerPopupSelectedItem(dialogID, componentID):
    return (INTEGER, style, angle, size)

Parameters

Name Type Description
dialogID LONGINT ID of the dialog
componentID LONGINT ID of the marker popup item
style INTEGER On return, indicates the style of the selected marker. Valid styles:
angle INTEGER On return, indicates the angle of the selected marker, for arrow markers
size INTEGER On return, indicates the size of the selected marker

Version

Availability: from VectorWorks10.5

Category