Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 882 Bytes

File metadata and controls

34 lines (26 loc) · 882 Bytes

GetComponentFollowTopWallPeaks

Description

Gets the follow top wall peaks flag of a component in an object.

FUNCTION GetComponentFollowTopWallPeaks(
				obj                    : HANDLE;
				componentIndex         : INTEGER;
				VAR followTopWallPeaks : BOOLEAN): BOOLEAN;
def vs.GetComponentFollowTopWallPeaks(obj, componentIndex):
    return (BOOLEAN, followTopWallPeaks)

Parameters

Name Type Description
obj HANDLE The object. Can be a wall, round wall, Wall Style, or the Wall Preferences.
componentIndex INTEGER The index of the component.
followTopWallPeaks BOOLEAN Returns whether or not the component is following top wall peaks.

See Also

VS Functions: SetComponentFollowTopWallPeaks

Version

Availability: from Vectorworks 2011

Category

  • Objects - Architectural