ArcObjects Library Reference (Schematic)  

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(
  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

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