VS:GetCustomObjSecPath

From Vectorworks Developer
Jump to navigation Jump to search

.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.3

See Also

VS Functions:

VS:GetCustomObjectPath

VS Functions: [[VS:GetCustomObjectPath]]