Description
If files with relative paths are to be properly loaded, the host application must implement this method and find files that are passed in with a relative path.
C#
string FindFile( string fileName );
Visual Basic
Function FindFile( fileName As string ) As string
Parameters
Parameters | Description |
---|---|
string fileName | Input the file name |
Links
IHostServices Interface, Autodesk.AutoCAD.Customization Namespace