2024 Method
Changes 0
M

PipeScheduleType.Create

Description:
Creates a new pipe schedule type with the given name.
Remarks:
If the name is already taken by an existing schedule type, an InvalidOperationException will be thrown.
public static PipeScheduleType Create(
	Document doc,
	string name
)
Return Value PipeScheduleType Returns the newly created schedule type.