This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.FeatureLinked Property (ArcObjects .NET 10.4 SDK) |
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
FeatureLinked FeatureLinked specifies whether or not labels will be created with a link to the feature attributes.
This is useful when converting labels to annotation.