Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.69 KB

File metadata and controls

60 lines (49 loc) · 1.69 KB

ShowEditTileDialog

Description

Displays the edit tile dialog for the specified tile allowing the user to specify whether they wish to edit the tile's geometry or settings.

PROCEDURE ShowEditTileDialog(tileHandle : HANDLE);
def vs.ShowEditTileDialog(tileHandle):
    return None

Parameters

Name Type Description
tileHandle HANDLE The tile for which the dialog should be displayed.

Examples

ShowEditTileDialog(tileHandle);
ShowEditTileDialog(tileHandle);
import vs

# Displays the edit tile dialog for the specified tile allowing the user to
# specify whether they wish to edit the tile's geometry or settings.
tileHandle = vs.FSActLayer()  # handle to the first selected object on the active layer

vs.ShowEditTileDialog(tileHandle)

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