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


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

ISchematicAttributeFormatted Interface

Provides access to members that manage the schematic attribute formatted.

Product Availability

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

Description

An attribute Formatted is an attribute based on existing attributes that are used to spawn new attribute values. Configuring Formatted schematic attribute parameters consists of specifying those existing attributes and the format that will be used to spawn the attribute values.

Members

Name 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 Format String format the schematic attribute formatted.
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 formatted.
Read-only property SchematicObjectClass Schematic object class the schematic attribute belongs to.

Inherited Interfaces

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

Classes that implement ISchematicAttributeFormatted

Classes Description
SchematicAttributeFormatted Schematic attribute formatted object.