This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeScript Interface > ISchematicAttributeScript.Script Property (ArcObjects .NET 10.5 SDK) |
Script of the schematic attribute script.
[Visual Basic .NET] Public Property Script As String
[C#] public string Script {get; set;}
[C++]
HRESULT get_Script(
BSTR* Script
);
[C++]
HRESULT put_Script(
BSTR Script
);
[C++]
Parameters Script [out, retval] Script is a parameter of type BSTR Script [in] Script is a parameter of type BSTR
Any VB Script statement (Looping, If, Select,... statement) or VB expression can be interpreted.