Indicates whether the given line weight value is valid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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.