This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGeometricEffect Interface > IGeometricEffect.OutputType Property (ArcObjects .NET 10.5 SDK) |
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