ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool2.UseExtensionCode Property

Indicates whether to use the extension code.

[Visual Basic .NET]
Public Property UseExtensionCode As Boolean
[C#]
public bool UseExtensionCode {get; set;}
[C++]
HRESULT get_UseExtensionCode(
  VARIANT_BOOL* UseExtensionCode
);
[C++]
HRESULT put_UseExtensionCode(
  VARIANT_BOOL UseExtensionCode
);
[C++]

Parameters

UseExtensionCode [out, retval]   UseExtensionCode is a parameter of type VARIANT_BOOL UseExtensionCode [in]   UseExtensionCode is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPScriptTool2 Interface