Appearance Example for C++ Builder

This example toggles the Appearance property.

   if (LEADRasterView1->Appearance == RASTERVIEW_APPEARANCE_FLAT )
      LEADRasterView1->Appearance= RASTERVIEW_APPEARANCE_THREED;
   else
      LEADRasterView1->Appearance= RASTERVIEW_APPEARANCE_FLAT;