The output type of the geometric effect.
[Visual Basic 6.0] Property OutputType(
ByVal inputType As esriGeometryType _
) As esriGeometryType
[Visual Basic .NET] Public Function get_OutputType ( _ ByVal inputType As esriGeometryType _ ) As esriGeometryType
[C#] public esriGeometryType get_OutputType ( esriGeometryType inputType );
[Java] public esriGeometryType getOutputType ( esriGeometryType inputType )
[C++] HRESULT get_OutputType( esriGeometryType inputType, esriGeometryType* OutputType );
Parameters
inputType [in]
inputType is a parameter of type esriGeometryType
OutputType [out, retval]
OutputType is a parameter of type esriGeometryType