When a native feature group 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.
This method returns a Boolean indicating whether the feature group contains annotation features. Annotation groups do not expose access to the contained annotation elements. This means that the Item property cannot be used to iterate through the annotation elements in the group, and the Count property always returns zero.
JavaScript |
|
IsAnnotation |
C# |
|
bool IsAnnotation() |
C++ |
|
HRESULT IsAnnotation( VARIANT_BOOL* bAnno) |
Return Value
bAnno
A Boolean indicating whether the feature group contains an annotation object.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.