Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.31 KB

File metadata and controls

47 lines (39 loc) · 1.31 KB

GetTileGroupParent

Description

Gets the tile resource parent of the specified tile group.

FUNCTION GetTileGroupParent(groupHandle : HANDLE): HANDLE;
def vs.GetTileGroupParent(groupHandle):
    return HANDLE

Parameters

Name Type Description
groupHandle HANDLE The group handle of which to get the tile resource parent.

Examples

tileHandle := GetTileGroupParent(groupHandle);

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