RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LinearArray

LinearArray.IsValidArraySize

Method
Description:
This indicates whether the input count is valid in the project environment.
Syntax
[ObsoleteAttribute("This method is deprecated in Revit 2025 and may be removed in a later version of Revit. We suggest you use the 'IsValidNumberOfMembers' method instead.")]
public static bool IsValidArraySize(
	int count
)
Parameters
Parameter Type Description
count Int32 The count.
Return Value
Type Description
Boolean True if the input count is between 2 and 200, false otherwise.