AnnAutoDrawEnable Example for Visual J++

Note: This topic is for Document/Medical only.

This example toggles the AnnAutoDrawEnable property.

if( LEAD1.getAnnAutoDrawEnable() )
   LEAD1.setAnnAutoDrawEnable( false );
else
   LEAD1.setAnnAutoDrawEnable( true );