Share

acedRegisterExtendedTab

Description

This function lets AutoCAD know that the calling application, identified by szAppName, wants to add tabs to the dialog whose published name is szDialogName.

The calling application should call this function from the AcRx::kInitAppMsg case of its acrxEntryPoint() function.

Parameters

Parameters Description
szAppName Input base filename of the calling ARX application
szDialogName Input published name of dialog

Was this information helpful?