NonContinuousRailStructure
Description:
A class that represents a collection of Non-Continuous Rails being a part of Railing Type.
A class that represents a collection of Non-Continuous Rails being a part of Railing Type.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Architecture.NonContinuousRailStructure
System.Object
Autodesk.Revit.DB.Architecture.NonContinuousRailStructure
public class NonContinuousRailStructure : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AddNonContinuousRail(String, Double, Double) | NonContinuousRailInfo | Creates and appends a new Non-Continuous Rail to the Rail Structure. The new Non-Continuous Rail will have the given name, height and offset. It will have default profile and material ElementIds. |
| Dispose() | None | Releases all resources used by the |
| GetNonContinuousRailCount() | int | Gets number of Non-Continuous Rails. |
| GetNonContinuousRail(Int32) | NonContinuousRailInfo | Gets the Non-Continuous Rail object of specified index from the Rail Structure. |
| IsValidNonContinuousRailProfile(ElementId) | bool | Checks whether the input id represents a profile which can be used as the profile of this non-continuous rail. |
| RemoveNonContinuousRail(Int32) | None | Removes Non-Continuous Rail from the Rail Structure. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |