Adds the specified object to the specified tile resource.
FUNCTION AddTileGeometryObject(
tileHandle : HANDLE;
objectHandle : HANDLE): BOOLEAN;def vs.AddTileGeometryObject(tileHandle, objectHandle):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| tileHandle | HANDLE | The handle to the tile resource. |
| objectHandle | HANDLE | The handle to the object to add. |
return := AddTileGeometryGroup(tileHandle, objectHandle);VS Functions: CreateTile | ShowEditTileDialog | ShowEditTileSettingsDialog | ShowNewTileDialog | GetTileGeometryGroup | BeginGroupN | AddTileGeometryObject | GetTileGroupParent | IsTileGroupContainedObject | GetTileBackgroundColor | SetTileBackgroundColor | GetTileRepetitionPoint | SetTileRepetitionPoint | GetTileOffsetPoint | SetTileOffsetPoint
Availability: from Vectorworks 2011