Example: IN_GetVectorPen

 

IN_RGB lRGBcolor;

DOUBLE fWidth;

USHORT nUnits;

SHORT nDashCnt;

DOUBLE fDash1;

DOUBLE fDash2;

DOUBLE fDash3;

DOUBLE fDash4;

 

/* Get the attributes of vector pen 214 */

if ( ( nError = IN_GetVectorPen( 214, &lRGBcolor, &fWidth, &nUnits, &nDashCnt, &fDash1, &fDash2, &fDash3, &fDash4 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }