ArcObjects Library Reference (GeoDatabase)  

ISimpleDataConverter.OutputFields Property

The output fields for the input FeatureClass.

[Visual Basic .NET]
Public WriteOnly Property OutputFields
[C#]
public void OutputFields {set;}
[C++]
HRESULT putref_OutputFields(
  IFields* 
);
[C++]

Parameters

[in]

   is a parameter of type IFields

Product Availability

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

See Also

ISimpleDataConverter Interface