As evidenced by over 30 years of development history, trust-worthy Korean CAD, CADian!
| 
					 
						FAQ
						·
						2013.12.11
					 
					
						CADian VBA Sample Code - 18 [ Import Method ]                                                                                                                                                                                                                  					 
				 | 
			
|---|
| 
					[LISP/VBA] CADian에서 VBA - 18  Import  Imports a drawing or a group of saved layer settings from a file. RetVal = object.Import(FileName, InsertionPoint, ScaleFactor) Object Document The object this method applies to. FileName String; input-only The name of the file to be imported. InsertionPoint Variant (three-element array of doubles); input-only The 3D WCS coordinates location in the current drawing where the imported file is placed. ScaleFactor Double; input-only The scale used to place the imported file. RetVal Object In the case of importing a WMF file, a BlockReference object is returned. In all other cases, the return value is NULL.  |