This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool2 Interface > IGPScriptTool2.CodeBlock Property (ArcObjects .NET 10.4 SDK) |
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