Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 757 Bytes

File metadata and controls

32 lines (25 loc) · 757 Bytes

SetStorySuffix

Description

Sets the suffix of the indicated Story. Returns whether the suffix was successfully set. If the suffix is already used by another Story, then the change in suffix will be prevented.

FUNCTION SetStorySuffix(
				story  : HANDLE;
				suffix : STRING): BOOLEAN;
def vs.SetStorySuffix(story, suffix):
    return BOOLEAN

Parameters

Name Type Description
story HANDLE The story whose suffix is being set.
suffix STRING The new value of the suffix of the indicated Story.

See Also

VS Functions: GetStorySuffix | SetStoryElevation

Version

Availability: from Vectorworks 2012

Category