VS:GetWallClosureGroup

From Vectorworks Developer
Revision as of 18:24, 15 September 2021 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

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