Home > All Other Interfaces > ILayer > Annotation

Annotation

Returns a Boolean indicating whether the layer contains an annotation object.

When a native feature layer is loaded, TerraExplorer Pro can create at the center of each geographic object a corresponding annotation object. The annotation object can then be used to convey information relating to the geographic object, textually or graphically.

 

JavaScript

 

Annotation

 

C#

 

bool Annotation { get; set; }

 

C++

 

HRESULT Annotation([out, retval] VARIANT_BOOL* pVal)

HRESULT Annotation([in] VARIANT_BOOL pVal)