ArcObjects Library Reference (Schematic)  

ISchematicAttributeScript Interface

Provides access to members that manage the schematic attribute script.

Product Availability

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

Description

An attribute Script is an attribute whose values will be computed by a VB script. This type of attribute may be used instead of a Function attribute in many cases. Configuring Script schematic attribute parameters consists of specifying that VB script.

Members

Description
Read-only property CLSID CLSID of the schematic attribute.
Method Delete Deletes the schematic attribute.
Read-only property Description Description of the schematic attribute.
Method GetValue The schematic attribute value for the specified schematic object.
Read/write property Name Name of the schematic attribute.
Read/write property ParameterNames Parameters names of the schematic attribute script.
Read-only property SchematicObjectClass Schematic object class the schematic attribute belongs to.
Read/write property Script Script of the schematic attribute script.

Inherited Interfaces

Interfaces Description
ISchematicAttribute Provides access to members that manage the schematic attribute.

CoClasses that implement ISchematicAttributeScript

CoClasses and Classes Description
SchematicAttributeScript Schematic attribute script object.

.NET Snippets

Create A SchematicAttributeScriptOn A Schematic Element Class