Click or drag to resize
CustomProjectObjectRegisterType Method (String, Type)
Registers a CustomProjectObject type for persistence.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static void RegisterType(
	string id,
	Type type
)

Parameters

id
Type: SystemString
A string that uniquely identifies the type.
type
Type: SystemType
The type derived from CustomProjectObject to register.
Version Information

Supported in: 1.0.0.0
See Also