AnnSetShowFlags method (Annotation Control)
Builder Syntax |
int AnnSetShowFlags(HANNOBJECT hObject, unsigned uShowFlags, bool bSelected); |
Delphi Syntax |
Function AnnSetShowFlags(hObject: HANNOBJECT; uShowFlags: L_UINT; bSelected: Boolean): L_INT; |
Overview |
Refer to Using Rulers in Annotation Objects. |
Remarks
(Document/Medical only) Determines how the rulers 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