Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates a RunBase class that has the specified class ID.
Syntax
client server public static Object makeObject(ClassId classId)
Run On
ClientOrServer
Parameters
- classId
Type: ClassId Extended Data Type
The class ID of the RunBase class to instantiate.
Return Value
Type: Object Class
A RunBase class that has the specified class ID.
Remarks
When using this method, the parameter profile of the new method must no contain any non-default parameters.