Gets and sets an enum that determines the fill type for the selected building face. The following are its enumerations:
§ FACE_UNDEFINED = -1
Returned when not all walls 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) |