Returns the minimum size for a linear array based on the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static int GetMinimumSize(
Document document
)
Parameters
- document Document
-
The document.
Return Value
Int32
The minimum size of an array.
Exceptions
Remarks
This value is 2 in projects and 0 in families.
See Also
Reference