function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anshuma YadavAnshuma Yadav 

How we can get create page of custom object on selection of record type of the object on visualforce page using apex class ?

AnkaiahAnkaiah (Salesforce Developers) 
Hi Anshuma,

You need to create a VF page.

Refer the below example and make the changes as per your required object.
https://developer.salesforce.com/forums/?id=9060G000000BdiTQAS

After completion, follow the steps mentioned the below link.
https://salesforce.stackexchange.com/questions/120891/launch-vf-page-after-record-type-chosen

If this information helps, Please mark it as best answer.

Thanks!!