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