Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 965 Bytes

File metadata and controls

33 lines (26 loc) · 965 Bytes

GetComponentFollowBottomWallPeaks

Description

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

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

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.
followBottomWallPeaks BOOLEAN Returns whether or not the component is following bottom wall peaks.

See Also

VS Functions: SetComponentFollowBottomWallPeaks

Version

Availability: from Vectorworks 2011

Category