| Revit Preview Release API |
| FilledRegionType..::..IsValidLineWeight Method |
| FilledRegionType Class See Also |
Indicates whether the given line weight value is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public static bool IsValidLineWeight( int lineWeight ) |
| Visual Basic |
|---|
Public Shared Function IsValidLineWeight ( _ lineWeight As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidLineWeight( int lineWeight ) |
Parameters
- lineWeight
- Type: System..::..Int32
The line weight.