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


IMaplexPlacedLabel.FeatureID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.FeatureID Property
ArcGIS Developer Help

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(
  System.Int32* 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