NonContinuousRailInfo.IsValidNonContinuousRailName
Method
Description:
Checks whether the input name is valid for a non-continuous rail in its associated railing type.
Checks whether the input name is valid for a non-continuous rail in its associated railing type.
Remarks:
The name must be unique within the [!:Autodesk::Revit::DB::Architecture::RailingType] to which the non-continuous rail belongs.
The name must be unique within the [!:Autodesk::Revit::DB::Architecture::RailingType] to which the non-continuous rail belongs.
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String | The name to be checked. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the name is unique for the [!:Autodesk::Revit::DB::Architecture::RailingType] , false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |