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


IAnnotateLayerProperties.FeatureLinked Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL flag
);
[C++]

Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL flag [in] flag is a parameter of type VARIANT_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