AnnSetProtractorOptions method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short AnnSetProtractorOptions(long hObject, VARIANT_BOOL bAcute, short nUnit, BSTR pszAbbrev, short nPrecision, float fArcRadius, VARIANT_BOOL bSelected);

Overview

Refer to Protractor Annotation Object

Remarks

(Document/Medical only) Sets various options for a Protractor object.

Note:

This method can be called for Container objects, allowing you to change Protractor objects within the container. The objects to change are determined by the settings in bSelected.

If the value of the AnnContainer property is passed as the hObject parameter, the method will modify all the annotations in the container depending on the value of bSelected parameter.

If the value of the AnnAutomation property is passed as the hObject parameter, the method will modify the default values used whenever an annotation is created.

See Also

Elements

AnnAlpha property, AnnAutoSnapCursor property, AnnCalibrateRuler method, AnnFillMode property, AnnGetFillModeExt method, AnnGetOptions method, AnnGetRotateOptions method, AnnGetTextOptions method, AnnSetFillModeExt method, AnnSetOptions method, AnnSetRotateOptions method, AnnSetTextOptions method, AnnShowBorder property, AnnShowRotateHandles property, AnnShowText property, AnnTextColor property, AnnTextEdit method, AnnGetProtractorOptions method, AnnGetAngle method

Topics

Annotations (Document/Medical only): Object Manipulation