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


IGPParameterEdit.Enabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.Enabled Property

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

[Visual Basic .NET]
Public WriteOnly Property Enabled
[C#]
public void Enabled {set;}
[C++]
HRESULT put_Enabled(
  VARIANT_BOOL 
);
[C++]

Parameters [in] is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPParameterEdit Interface

.NET Related Topics

Building a custom geoprocessing function tool