2027 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
)
  • doc
    The document
  • String
    name
    The name of requested schedule type.
Return Value ElementId Returns the element id of request schedule type, or invalidElementId if the name is not found.