<- Back to CNS Barcode function list
CNSBC_ConfigureProfile
- Description
This function will bring up a dialog allowing you to configure the settings for a profile. If you call this function without any parameters, you will be able to configure all the profiles currently defined as well as add and remove profiles. If you call this function with the name of an existing profile, you will be able to configure that profile by itself.
- Return Type
- Text
- Format
- CNSBC_ConfigureProfile ( ProfileName )
- Optional Parameters
- ProfileName
The name of an existing profile to configure. Leave off this parameter to edit all profiles.
- ProfileName
- Related Items
- CNSBC_AddProfile, CNSBC_GetProfileNames, CNSBC_GetProfileOption, CNSBC_RemoveProfile, CNSBC_SetProfileOption
- Examples
Example 1
Code:
CNSBC_ConfigureProfile("MyProfile")Result:
This allows you to edit the "MyProfile" profile by itself.Example 2
Code:
CNSBC_ConfigureProfileResult:
This will bring up a dialog that allows you to edit, add, and/or remove profiles in the plug-in.