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


ISchematicAttributeScript.Script Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeScript Interface > ISchematicAttributeScript.Script Property
ArcGIS Developer Help

ISchematicAttributeScript.Script Property

Script of the schematic attribute script.

[Visual Basic .NET]
Public Property Script As String
[C#]
public string Script {get; set;}
[C++]
HRESULT get_Script(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

Any VB Script statement (Looping, If, Select,... statement) or VB expression can be interpreted.

See Also

ISchematicAttributeScript Interface