Gets the tile resource's geometry group.
FUNCTION GetTileGeometryGroup(tileHandle : HANDLE): HANDLE;def vs.GetTileGeometryGroup(tileHandle):
return HANDLE| Name | Type | Description |
|---|---|---|
| tileHandle | HANDLE | The handle to the tile from which to get the group. |
tileGroupHandle := GetTileGeometryGroup(tileHandle);resultH := GetTileGeometryGroup(tileHandle);import vs
# Gets the tile resource's geometry group.
tileHandle = vs.FSActLayer() # handle to the first selected object on the active layer
objHandle = vs.GetTileGeometryGroup(tileHandle)
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