Odcl_SetXrefPathType

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG utilities >

Odcl_SetXrefPathType

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_SetXrefPathTyPe

This function allow's youcto preset the Path type in the xref attach dialog box

 

First Parameter

Path Type as integer value: 0, 1 or 2

 

Example:

(Odcl_SetXrefPathType 0)

 

0 = Absolute Path

1 = Relative Path

2 = No Path

 

AutoLisp Syntax:

(setq rValue (Odcl_SetXrefPathType PXrefPathType [as Integer])