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.

See Also

ISchematicAttributeScript Interface