AnnSetProtractorOptions method (ILEADRasterAnnotation)
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