Description
Initializes the file reference instance by capturing the relative and absolute paths to the specified file.
Visual Basic
Public Function Set( rootdir As string, target As string ) As bool
C#
public bool Set( string rootdir, string target );
Parameters
| Parameters | Description |
|---|---|
| string rootdir | Input base path from which the path will be relative to |
| string target | Input filename to set |
Links
DxFileReference Class, Autodesk.AutoCAD.DataExtraction Namespace