Style

Gets and sets whether the roof is flat or angular. The following are the possible values:

§   ROOFTOP_FLAT = 0

§   ROOFTOP_ANGULAR = 1

 

JavaScript

 

Style

 

C#

 

RoofStyleCode Style { get; set; }

 

C++

 

HRESULT Style([out, retval] RoofStyleCode* pVal)

HRESULT Style([in] RoofStyleCode pVal)