|
发表于 2009-10-8 14:14:00
|
显示全部楼层
public void LoadLineTypeFile(
string lineTypeName,
string filename
);
This function loads the linetype specified by lineTypeName from the file specified by filename and stores it in the database on which this method is called. The lineTypeName parameter may contain wild card characters. If wild cards are used, multiple linetypes may be loaded. If filename is not a URL and does not contain a path, then the AutoCAD library search path is searched for the file.
|
|