AnnLocked property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL AnnLocked

Overview

Refer to Implementing Annotations.

Remarks

(Read only) Indicates whether the annotation object is locked. This property is updated by calling the AnnGetLocked method. Possible values are:

Value

Meaning

VARIANT_TRUE

Object is locked.

VARIANT_FALSE

Object is not locked.

See Also

Elements:

AnnLock method, AnnUnlock method, AnnShowLockedIcon property, AnnGetLocked method