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.
Assigns a class to the project, which gives the project the type that the class defines.
Syntax
public void setProjectClass(int classid)
Run On
Called
Parameters
- classid
Type: int
The ID of the class to assign to the project.
Remarks
The specified class must extend the projectNode class.