VS:GetCustomObjSecPath: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
(No difference)

Revision as of 09:36, 3 February 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns a handle to the second path polygon of a path custom object.

FUNCTION GetCustomObjSecPath(
objectHand :HANDLE) : HANDLE;
def vs.GetCustomObjSecPath(objectHand):
    return HANDLE

Parameters

objectHand HANDLE Handle to object.

Return Value

Returns a HANDLE to the second path polygon.

Version

Availability: from Vectorworks 2023

See Also

VS Functions:

VS:GetCustomObjectPath

VS Functions: [[VS:GetCustomObjectPath]]