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


IRepresentation.Feature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRepresentation Interface > IRepresentation.Feature Property
ArcGIS Developer Help

IRepresentation.Feature Property

The feature associated with this representation.

[Visual Basic .NET]
Public ReadOnly Property Feature As IFeature
[C#]
public IFeature Feature {get;}
[C++]
HRESULT get_Feature(
  IFeature** Feature
);
[C++]
Parameters
Feature [out, retval]

Feature is a parameter of type IFeature**

Product Availability

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

See Also

IRepresentation Interface