This document is archived and information here might be outdated.  Recommended version.


IAnnotateLayerProperties.FeatureLinked Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IAnnotateLayerProperties.FeatureLinked Property

Indicates if the text is feature linked.

[Visual Basic .NET]
Public Property FeatureLinked As Boolean
[C#]
public bool FeatureLinked {get; set;}
[C++]
HRESULT get_FeatureLinked(
  VARIANT_BOOL flag
);
[C++]
HRESULT put_FeatureLinked(
  Boolean* flag
);
[C++]

Parameters flag [in]
flag is a parameter of type bool flag [out, retval]
flag is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

FeatureLinked FeatureLinked specifies whether or not labels will be created with a link to the feature attributes.

Remarks

This is useful when converting labels to annotation.

See Also

IAnnotateLayerProperties Interface