ArcObjects Library Reference (GeoDatabase)  

ISimpleDataConverter.OutputGeometryDef Property

The GeometryDef (optional) for the output FeatureDatasetName.

[Visual Basic .NET]
Public WriteOnly Property OutputGeometryDef
[C#]
public void OutputGeometryDef {set;}
[C++]
HRESULT putref_OutputGeometryDef(
  IGeometryDef* 
);
[C++]

Parameters

[in]

   is a parameter of type IGeometryDef

Product Availability

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

See Also

ISimpleDataConverter Interface