Tests if the given string can be used as a name for a numbering partition.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsValidPartitionName( string name, out string message )
Parameters
- name String
- A name to validate.
- message String%
- Optional string to receive an error message to possibly show to the end user in case the name is found invalid. This argument may be null.
Return Value
BooleanReturns True if the name can be used; or False if the string contains invalid characters.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
