ArcObjects Library Reference (Schematic)  

ISchematicAttributeFunction Interface

Provides access to members that manage the schematic attribute function.

Product Availability

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

Description

An attribute Function is an attribute whose values will be computed by an applicative function. Configuring Function schematic attribute parameters consists of specifying the component and function that will be executed to compute the attribute values.

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.
Read/write property FunctionName Function name of the schematic attribute function.
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 function.
Read-only property SchematicObjectClass Schematic object class the schematic attribute belongs to.
Read/write property UserProgId User ProgId of the schematic attribute function.

Inherited Interfaces

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

CoClasses that implement ISchematicAttributeFunction

CoClasses and Classes Description
SchematicAttributeFunction Provides access to members that manage the schematic attribute function.

.NET Snippets

Create A SchematicAttributeFunction On A Schematic Element Class