2027 Method
Changes 0
M

NonContinuousRailInfo.IsValidNonContinuousRailName

Description:
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.
public bool IsValidNonContinuousRailName(
	string name
)
  • String
    name
    The name to be checked.
Return Value Boolean True if the name is unique for the RailingType , false otherwise.