Odtl_StartEditor

(From ODCL_LC file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odtl_StartEditor

(From ODCL_LC file)

Previous pageReturn to chapter overviewNext page

Odcl_StartEditor

This function will start the ObjectDCL Editor.

Firse Parameter

ODC file location or Nil if need only to start the Editor.

ex: "C:\\MyProject\\Myoile.odc"

 

Return Values

Always return Nil.

 

Example:

Put a file in read-Only

(Odcl_StartEditor "C:\\MyProject\\MyFile.odc")

(Odcl_StartEditor nil)

 

AutoLisp Syntax:

(Odcl_StartEditor ODCFiltLocation [as String or NIL])