AnnFixed property (ILEADRasterAnnotation)
VARIANT_BOOL AnnFixed ( long hObject); | |
Overview |
Refer to Implementing Annotations. |
Remarks
Indicates whether the specified annotation object is fixed. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The annotation object is fixed. |
VARIANT_FALSE |
The annotation object is not fixed. |
The following annotations cannot be fixed:
ANN_OBJECT_CONTAINER
ANN_OBJECT_REDACT
ANN_OBJECT_ENCRYPT
You must set the Flags property before setting this property. Possible values for the Flags property, when used with this property, are:
0
ANN_FLAG_SELECTED
ANN_FLAG_NOTTHIS
ANN_FLAG_RECURSE
ANN_FLAG_NOTCONTAINER
ANN_FLAG_NOINVALIDATE
ANN_FLAG_CHECKMENU
To determine whether an error has occurred, check the AnnError property.
See Also
Elements: |
|
Topics: |
|
|