This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameter Interface > IGPParameter.ParameterType Property (ArcObjects .NET 10.4 SDK) |
Type of the geoprocessing parameter.
[Visual Basic .NET] Public ReadOnly Property ParameterType As esriGPParameterType
[C#] public esriGPParameterType ParameterType {get;}
[C++]
HRESULT get_ParameterType(
esriGPParameterType* paramtype
);
[C++]
Parameters paramtype [out, retval]
paramtype is a parameter of type esriGPParameterType
The ParameterType property is an enumeration of values for setting a geoprocessing function parameter's type. Three values are in this enumeration: esriGPParameterTypeRequired, esriGPParameterTypeOptional, and esriGPParameterTypeDerived.