Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.41 KB

File metadata and controls

50 lines (42 loc) · 1.41 KB

AddTileGeometryObject

Description

Adds the specified object to the specified tile resource.

FUNCTION AddTileGeometryObject(
				tileHandle   : HANDLE;
				objectHandle : HANDLE): BOOLEAN;
def vs.AddTileGeometryObject(tileHandle, objectHandle):
    return BOOLEAN

Parameters

Name Type Description
tileHandle HANDLE The handle to the tile resource.
objectHandle HANDLE The handle to the object to add.

Examples

return := AddTileGeometryGroup(tileHandle, objectHandle);

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