This document is archived and information here might be outdated.  Recommended version.


ISchematicAttributeDynamic Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeDynamic Interface
ArcGIS Developer Help

ISchematicAttributeDynamic Interface

Provides access to members that manage the schematic attribute dynamic -Deprecated.

Product Availability

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

Description

A Dynamic attribute is an attribute whose values are dynamically retrieved from a field or a set of fields stored in the feature class or table with which the schematic feature class is associated. The attribute values are retrieved directly from the real or virtual feature class/table each time the schematic diagram opens.

Members

Name Description
Read/write property AssociatedRowFieldName Associated row field name of the schematic attribute dynamic.
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-only property SchematicObjectClass Schematic object class the schematic attribute belongs to.
Read/write property UseDomainCodeNames Indicates whether or not the schematic attribute dynamic uses the domain code names.

Inherited Interfaces

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

Classes that implement ISchematicAttributeDynamic

Classes Description
SchematicAttributeDynamic Schematic attribute dynamic object.