ACADExportOptions.LineScaling Property

ACADExportOptionsLineScaling Property

The scaling mode for the line type. Default value is LineScaling.ViewScale.

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

Property Value

LineScaling
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
See Also