VS:GetCustomObjSecPath: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 48: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks 2023
Availability: from Vectorworks 2023.3


</version>
</version>

Latest revision as of 14:45, 5 September 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.3

See Also

VS Functions:

VS:GetCustomObjectPath

VS Functions: [[VS:GetCustomObjectPath]]