Checks whether a string is an acceptable name for a Schema or a Field.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public bool AcceptableName(
string name
) |
Visual Basic |
---|
Public Function AcceptableName ( _
name As String _
) As Boolean |
Visual C++ |
---|
public:
bool AcceptableName(
String^ name
) |
Parameters
- name
- Type: System..::..String
The string to check.
Return Value
True if the name is acceptable.
Remarks
Exceptions
See Also