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


IPlacedObject3.FeatureId Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.FeatureId Property
ArcGIS Developer Help

IPlacedObject3.FeatureId Property

FeatureID associated with the placed object.

[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

IPlacedObject3 Interface