Share

DxFileReference.Resolve Method

Description

Returns the full path to the file referenced by this instance.

Visual Basic

Public Function Resolve(
    rootdir As string
) As string

C#

public string Resolve(
    string rootdir
);

Parameters

Parameters Description
string rootdir Input path to use for resolving relative paths. Typically, this is the path to the DXE file

Links

DxFileReference Class, Autodesk.AutoCAD.DataExtraction Namespace

Was this information helpful?