2022 Method
Changes 0
M

NonContinuousRailStructure.AddNonContinuousRail

Description:
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.
public NonContinuousRailInfo AddNonContinuousRail(
	string name,
	double height,
	double offset
)
  • String
    name
    The name of the non-continuous rail.
  • Double
    height
    The height on which the non-continuous rail will be placed.
  • Double
    offset
    The offset of the non-continuous rail from a Railing center.
Return Value NonContinuousRailInfo Handle to the new Non-Continuous Rail.