VS:GetWallClosureGroup: Difference between revisions

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

Revision as of 18:24, 15 September 2021

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

Description

Returns the handle to the wall closure group of an object.

FUNCTION GetWallClosureGroup(
hObjecct :HANDLE) : HANDLE;
def vs.GetWallClosureGroup(hObjecct):
    return HANDLE

Parameters

hObjecct HANDLE Handlel to the object containing the wall closure group

Return Value

The handle to an object's wall closure group. The handle will be NIL if no object is found.

Version

Availability: from Vectorworks 2022

See Also

VS Functions:

VS:SetWallClosureGroup

VS Functions: [[VS:SetWallClosureGroup]]