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


ITxRendererSetup.FeatureClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxRendererSetup.FeatureClass Property

The feature class holding data information used by the renderer.

[Visual Basic .NET]
Public Property FeatureClass As IFeatureClass
[C#]
public IFeatureClass FeatureClass {get; set;}
[C++]
HRESULT get_FeatureClass(
  IFeatureClass** FeatureClass
);
[C++]
HRESULT putref_FeatureClass(
  IFeatureClass* FeatureClass
);
[C++]

Parameters FeatureClass [out, retval]
FeatureClass is a parameter of type IFeatureClass FeatureClass [in]
FeatureClass is a parameter of type IFeatureClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxRendererSetup Interface