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


IGeometricEffect.OutputType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IGeometricEffect.OutputType Property

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.

See Also

IGeometricEffect Interface