Description
This function loads the MlineStyle specified by mlineStyleName from the file specified by fileName. If fileName is not a URL and does not contain any path information, then the AutoCAD library search path will be searched for the file.
mlineStyleName cannot contain wild cards.
Visual Basic
Public Function LoadMlineStyleFile( mlineStyleName As string, fileName As string ) As void
C#
public void LoadMlineStyleFile( string mlineStyleName, string fileName );
Parameters
| Parameters | Description |
|---|---|
| string mlineStyleName | Input MlineStyle name string (no wild cards) |
| string fileName | Input path/filename or URL of file to load from (path is optional) |