Creates a new tile resource.
FUNCTION CreateTile(tileName : STRING): HANDLE;def vs.CreateTile(tileName):
return HANDLE| Name | Type | Description |
|---|---|---|
| tileName | STRING | A user-specified name by which the newly created tile will be identified. |
tileHandle := CreateTile('My Tile');resultH := CreateTile('Example');import vs
# Creates a new tile resource.
tileName = 'Example'
objHandle = vs.CreateTile(tileName)
if objHandle is not None:
vs.Message('Created object handle: ' + str(objHandle))VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint
Availability: from Vectorworks 2011