The output type of the geometric effect.
[Visual Basic .NET] Public Function get_OutputType ( _ ByVal inputType As esriGeometryType _ ) As esriGeometryType
[C#] public esriGeometryType get_OutputType ( esriGeometryType inputType );
[C++]
HRESULT get_OutputType(
esriGeometryType inputType,
esriGeometryType* OutputType
);
[C++]Parameters
inputType [in]inputType is a parameter of type esriGeometryType
OutputType [out, retval]OutputType is a parameter of type esriGeometryType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.