Sets the specified tile resource's repetition point.
PROCEDURE SetTileRepetitionPoint(
tileHandle : HANDLE;
repetitionPoint : POINT);def vs.SetTileRepetitionPoint(tileHandle, repetitionPoint):
return None| Name | Type | Description |
|---|---|---|
| tileHandle | HANDLE | The tile resource in which to set the repetition point. |
| repetitionPoint | POINT | The repetition point to be set. |
SetTileRepetitionPoint(tileHandle, repetitionPoint);SetTileRepetitionPoint(tileHandle, 1);import vs
# Sets the specified tile resource's repetition point.
tileHandle = vs.FSActLayer() # handle to the first selected object on the active layer
repetitionPoint = (0, 0)
vs.SetTileRepetitionPoint(tileHandle, repetitionPoint)VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint
Availability: from Vectorworks 2011