Gets and sets 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 textually or graphically convey information relating to the geographic object,.
JavaScript |
|
Annotation |
C# |
|
bool Annotation { get; set; } |
C++ |
|
HRESULT Annotation([out, retval] VARIANT_BOOL* pVal) HRESULT Annotation([in] VARIANT_BOOL pVal) |