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