AnnGetShowFlags method (Annotation Control)
Builder Syntax |
int AnnGetShowFlags(HANNOBJECT hObject, unsigned &uShowFlags); |
Delphi Syntax |
Function AnnGetShowFlags(hObject: HANNOBJECT; var uShowFlags: L_UINT): L_INT; |
Overview |
Refer to Using Rulers in Annotation Objects. |
Remarks
(Document/Medical only) Gets a value that indicates how the Rulers, Polyrulers, Cross-products, and Protractors will be displayed.
This method is valid for the following objects:
In addition, the Automation object (ANNOBJECT_AUTOMATION) stores node settings along with the other object default settings
For Protractor objects, the default value for uShowFlags is 0. For the Ruler, PolyRuler, and Cross-Product objects the default value for uShowFlags is ANNSHOW_LENGTH + ANNSHOW_TICMARKS.
See Also