Set Annotation Property

#include “BiAnno.h”

BOOL SetColor( long lNewColor );

BOOL SetLineType( long lNewType );

void SetNewObject( long lNewObj );

Description

These functions change the color or line type of the currently selected object, if any. The new object will be used only when placing the next object.

Parameters

long

lNewColor

New color to select

long

lNewType

New line type to select

long

lNewObj

New object type to place

Return value

TRUE if color or line type is changed, otherwise FALSE

Programming Notes

None

Code Example

None