Share

NonContinuousRailInfo.IsValidNonContinuousRailName Method

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsValidNonContinuousRailName(
	string name
)

Parameters

name  String
The name to be checked.

Return Value

Boolean
True if the name is unique for the [!:Autodesk::Revit::DB::Architecture::RailingType], false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

The name must be unique within the [!:Autodesk::Revit::DB::Architecture::RailingType] to which the non-continuous rail belongs.

See Also

Reference

Was this information helpful?