ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool2.ProductAndExtensionCodes Property

Indicates if the product and/or extension code is set.

[Visual Basic .NET]
Public Property ProductAndExtensionCodes As Boolean
[C#]
public bool ProductAndExtensionCodes {get; set;}
[C++]
HRESULT get_ProductAndExtensionCodes(
  VARIANT_BOOL* productAndExtension
);
[C++]
HRESULT put_ProductAndExtensionCodes(
  VARIANT_BOOL productAndExtension
);
[C++]

Parameters

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

Product Availability

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

See Also

IGPScriptTool2 Interface