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


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

ISchematicAttributeConstant Interface

Provides access to members that manage the schematic attribute constant.

Product Availability

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

Description

A Constant attribute is one whose values are constant. Such attributes can be configured on schematic diagram templates or schematic feature classes. Configuring Constant schematic attribute parameters consists of specifying the constant value that will apply to all the attribute values.

Members

Name Description
Read-only property CLSID CLSID of the schematic attribute.
Read/write property ConstantValue Constant value of the schematic attribute constant.
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.

Inherited Interfaces

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

Classes that implement ISchematicAttributeConstant

Classes Description
SchematicAttributeConstant Schematic attribute constant object.