Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 510 Bytes

File metadata and controls

30 lines (23 loc) · 510 Bytes

FindObjAtPt_GetObj

Description

Get an object from the find iterator

FUNCTION FindObjAtPt_GetObj(
				finderID : LONGINT;
				objIndex : INTEGER): HANDLE;
def vs.FindObjAtPt_GetObj(finderID, objIndex):
    return HANDLE

Parameters

Name Type Description
finderID LONGINT
objIndex INTEGER

Remarks

List is 0-indexed.

Version

Availability: from Vectorworks 2014

Category