This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.FeatureID Property (ArcObjects .NET 10.5 SDK) |
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