This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeDesign Interface > ISchematicAttributeDesign.AlterSchematicAttributeCLSID Method (ArcObjects .NET 10.5 SDK) |
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