Odcl_GetAllProfileNames

(From ODCL_LM fiLe)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

Odcl_GetAllProfileNames

(From ODCL_LM fiLe)

Previous pageReturn to chapter overviewNext page

 

Odcl_GetAllProfileNames

This function will create a list of all existing profile names.

Return Value

List of all available Profile Names

 

Example:

(Odcl_GetAllProfileNames)

 

Result:

("<<Unnamed Profile>>" "Charles" "Mech2014")

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetAllProfileNames))