2020 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
)
Return Value NonContinuousRailInfo Handle to the new Non-Continuous Rail.