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


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

ISchematicAttributeDesign.AlterSchematicAttributeCLSID Method

Changes the schematic attribute CLSID.

[Visual Basic .NET]
Public Sub AlterSchematicAttributeCLSID ( _
    ByVal Name As String, _
    ByVal UID As UID _
)
[C#]
public void AlterSchematicAttributeCLSID (
    string Name,
    UID UID
);
[C++]
HRESULT AlterSchematicAttributeCLSID(
  BSTR Name,
  IUID* UID
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR UID [in]
UID is a parameter of type IUID*

Product Availability

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

See Also

ISchematicAttributeDesign Interface