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


IGPScriptTool2.CodeBlock Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool2.CodeBlock Property

Validation code block.

[Visual Basic .NET]
Public Property CodeBlock As String
[C#]
public string CodeBlock {get; set;}
[C++]
HRESULT get_CodeBlock(
  BSTR* CodeBlock
);
[C++]
HRESULT put_CodeBlock(
  BSTR CodeBlock
);
[C++]

Parameters CodeBlock [out, retval] CodeBlock is a parameter of type BSTR CodeBlock [in] CodeBlock is a parameter of type BSTR

Product Availability

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

See Also

IGPScriptTool2 Interface