VS:SetWallCapAttributesType

From Vectorworks Developer
Revision as of 14:38, 12 August 2013 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 wall cap attributes type of a wall or round wall. The wall cap attributes type determines whether the wall caps have the wall line attributes or the component lines attributes. If they have the component lines attributes, each wall component is capped with its own left line attributes.

PROCEDURE SetWallCapAttributesType(
wall :HANDLE;
wallCapAttributesType :INTEGER);
def vs.SetWallCapAttributesType(wall, wallCapAttributesType):
    return None

Parameters

wall HANDLE The handle to the wall or round wall.
wallCapAttributesType INTEGER The wall cap attributes type.

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:GetWallCapAttributesType

VS Functions: [[VS:GetWallCapAttributesType]]