C++
virtual int ProfileListNames( AcApProfileNameArray& nameList ) = 0;
Description
This function returns the profile names list via the AcApProfileNameArray argument, nameList. When passed in, this array should be empty. It is the caller's responsibility to delete the entries of the array.
Returns the number of profiles in the registry.
Parameters
Parameters | Description |
---|---|
nameList | Passed in AcApProfileNameArray |