VS:SetCoreWallComponent: Difference between revisions

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

Revision as of 14:37, 12 August 2013

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