Home > All Other Interfaces > ITerrainBuilding > Style
An enum that determines the building type. The following are the possible values:
§ BS_STRETCH_TERRAIN = 0
The building’s roof has the same texture and coloring as the
terrain. The building appears essentially as if the terrain were
stretched upwards and outwards in the shape of a building.
§ BS_POLYGONS = 1
The building is created using a 3D polygon. Its building faces can
be assigned fill color and texture.
JavaScript |
|
|
|
|
|
C# |
|
|
|
|
|
C++ |
|
|
|
|
HRESULT Style([out, retval] BuildingStyleCode* pVal) HRESULT Style([in] BuildingStyleCode pVal) |