| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As NodeStateFactory Dim typeDefinitionId As NodeId Dim type As Type instance.RegisterType(typeDefinitionId, type) | |
| C# | |
|---|---|
public void RegisterType( NodeId typeDefinitionId, Type type ) | |
Parameters
- typeDefinitionId
- The type definition.
- type
- The system type.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x