This document is archived and information here might be outdated. Recommended version. |
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*