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


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