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


IGPParameter.Enabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameter Interface > IGPParameter.Enabled Property
ArcGIS Developer Help

IGPParameter.Enabled Property

Indicates whether the ActiveX control for the geoprocessing parameter should be enabled/disabled.

[Visual Basic .NET]
Public ReadOnly Property Enabled As Boolean
[C#]
public bool Enabled {get;}
[C++]
HRESULT get_Enabled(
  Boolean* Enabled
);
[C++]
Parameters
Enabled [out, retval]

Enabled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Enabled property controls whether or not a parameter is visible at the UI.

See Also

IGPParameter Interface