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


ISimpleDataConverter.OutputFields Property (ArcObjects .NET 10.4 SDK)
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