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


IBufferProcessingParameter.FeatureClass Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBufferProcessingParameter.FeatureClass Property

Establishes the reference to the source Feature Class, if any.

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

Parameters [in]
is a parameter of type IFeatureClass

Product Availability

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

See Also

IBufferProcessingParameter Interface