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


IBufferProcessingParameter.FeatureClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBufferProcessingParameter Interface > IBufferProcessingParameter.FeatureClass Property
ArcGIS Developer Help

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