ArcObjects Library Reference  (Schematic)    

INgAttributeFunction Interface

Provides access to members that control the 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 are computed by a function.

Members

Description
Read/write property Name Name of the attribute function.
Read/write property ParameterNames List of the parameter names required by the function that computes the attribute values.
Read/write property ProcedureName Name of the function that computes the attribute values.
Read/write property UserAttributeSet User attribute functions set where the function used to compute the attribute values is stored.
Read/write property UserAttributeSetName Name of the set of user attribute functions where the function that computes the attribute values is stored.

CoClasses that implement INgAttributeFunction

CoClasses and Classes Description
NgAttributeFunction Attribute function object.

See Also

INgAttribute Interface

Example

INgAttributeFunction properties - Example

 


Feedback Send feedback on this page