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


ISimpleDataConverter.IsFeatureTypeSimple Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

ISimpleDataConverter Interface