<Code Lib>
2020 Method
Changes 0
M

PipeScheduleType.GetPipeScheduleId

Description:
Returns an existing pipe schedule type with the same name.

public static ElementId GetPipeScheduleId(
	Document doc,
	string name
)

Return Value ElementId Returns the element id of request schedule type, or invalidElementId if the name is not found.

Loading…