An enum that determines the fill type for the sides of the building. The following are its enumerations:
§   FACE_UNDEFINED = -1
Returns when all walls do not use the same fill type.
§ FACE_COLOR = 0
§ FACE_TEXTURE = 1
§ FACE_TERRAIN_TEXTURE = 2
| JavaScript | 
 | 
| FillType | |
| C# | 
 | 
| FaceFillTypeCode FillType { get; set; } | |
| C++ | 
 | 
| HRESULT FillType([out, retval] FaceFillTypeCode* pVal) HRESULT FillType([in] FaceFillTypeCode pVal) | |