VS:SetCoreWallComponent

From Vectorworks Developer
Revision as of 16:43, 4 October 2010 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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(
object :HANDLE;
coreWallComponent :INTEGER);
def vs.SetCoreWallComponent(object, coreWallComponent):
    return None

Parameters

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