com.esri.arcgis.schematic
Interface ISchematicAttributeDesign
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ISchematicAttributeDesignProxy, SchematicDiagramClass, SchematicElementClass
public interface ISchematicAttributeDesign
- extends Serializable
Provides access to members that manage the schematic attribute design.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
alterSchematicAttributeCLSID
void alterSchematicAttributeCLSID(String name,
IUID uID)
throws IOException,
AutomationException
- Changes the schematic attribute CLSID.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
name
- The name (in)uID
- A reference to a com.esri.arcgis.system.IUID (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.