Checks whether the input name is valid for a non-continuous rail in its associated railing type.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2019
Syntax
| C# |
|---|
public bool IsValidNonContinuousRailName(
string name
) |
| Visual Basic |
|---|
Public Function IsValidNonContinuousRailName ( _
name As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsValidNonContinuousRailName(
String^ name
) |
Parameters
- name
- Type: System..::..String
The name to be checked.
Return Value
True if the name is unique for the
[!:Autodesk::Revit::DB::Architecture::RailingType], false otherwise.
Remarks
Exceptions
See Also