ArcObjects Library Reference (Maplex)  

IMaplexPlacedLabel.FeatureID Property

FeatureID associated with the placed label.

[Visual Basic .NET]
Public Property FeatureID As Integer
[C#]
public int FeatureID {get; set;}
[C++]
HRESULT get_FeatureID(
  long* FeatureID
);
[C++]
HRESULT put_FeatureID(
  long FeatureID
);
[C++]

Parameters

FeatureID [out, retval]   FeatureID is a parameter of type long FeatureID [in]   FeatureID is a parameter of type long

Product Availability

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

See Also

IMaplexPlacedLabel Interface