ProjectNode.setProjectClass Method

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.

See Also

ProjectNode Class

ProjectNode.getProjectClassName Method