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


ISimpleDataConverter.IsFeatureTypeSimple Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISimpleDataConverter Interface > ISimpleDataConverter.IsFeatureTypeSimple Property
ArcGIS Developer Help

ISimpleDataConverter.IsFeatureTypeSimple Property

The property to preserve the inputFeatureType in the output.

[Visual Basic .NET]
Public WriteOnly Property IsFeatureTypeSimple
[C#]
public void IsFeatureTypeSimple {set;}
[C++]
HRESULT put_IsFeatureTypeSimple(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ISimpleDataConverter Interface