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


IMaplexPlacedLabel.FeatureID Property (ArcObjects .NET 10.5 SDK)
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