Revit 2022 API |
LinearArray..::..IsValidArraySize Method |
LinearArray Class See Also |
This indicates whether the input count is valid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public static bool IsValidArraySize( int count ) |
Visual Basic |
---|
Public Shared Function IsValidArraySize ( _ count As Integer _ ) As Boolean |
Visual C++ |
---|
public: static bool IsValidArraySize( int count ) |
Parameters
- count
- Type: System..::..Int32
The count.