Share

DxFileReference.DxFileReference(string, string) Constructor

Description

This constructor initializes the file reference instance by capturing the relative and absolute paths to the specified file.

C#

public DxFileReference(
    string rootdir, 
    string target
);

Visual Basic

Public Sub New(
    rootdir As string, 
    target As string
)

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

Was this information helpful?