This indicates whether the input count is a valid size for an array based on the document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public static bool IsValidNumberOfMembers( int count, Document pADoc )
Parameters
Return Value
BooleanTrue if an array can be set to the specified count in the given document, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
