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


IGeometricEffect.OutputType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometricEffect Interface > IGeometricEffect.OutputType Property
ArcGIS Developer Help

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