Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.26 KB

File metadata and controls

47 lines (39 loc) · 1.26 KB

CreateTile

Description

Creates a new tile resource.

FUNCTION CreateTile(tileName : STRING): HANDLE;
def vs.CreateTile(tileName):
    return HANDLE

Parameters

Name Type Description
tileName STRING A user-specified name by which the newly created tile will be identified.

Examples

tileHandle := CreateTile('My Tile');

See Also

VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint

Version

Availability: from Vectorworks 2011

Category