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