Gets the number of solid lines that placed in unit length.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public double LinesPerLength { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LinesPerLength As Double
Get |
| Visual C++ |
|---|
public:
property double LinesPerLength {
double get ();
} |
See Also