ACADExportOptions.LinetypesFileName Property

ACADExportOptionsLinetypesFileName Property

The custom linetype file name (*.lin). Default value is empty.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string LinetypesFileName { get; set; }
Public Property LinetypesFileName As String
	Get
	Set
public:
property String^ LinetypesFileName {
	String^ get ();
	void set (String^ value);
}
member LinetypesFileName : string with get, set

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also