VS:SetCoreWallComponent

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Sets the core wall component of an object.

PROCEDURE SetCoreWallComponent(
obj :HANDLE;
coreWallComponent :INTEGER);
def vs.SetCoreWallComponent(obj, coreWallComponent):
    return None

Parameters

obj HANDLE The object. Can be a wall, round wall, Wall Style, or the Wall Preferences.
coreWallComponent INTEGER The index of the core wall component. 0 will cause there to be no core wall component.

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:GetCoreWallComponent

VS Functions: [[VS:GetCoreWallComponent]]