2027 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
)
  • doc
    The document
  • String
    name
    The name of requested schedule type.
Return Value PipeScheduleType Returns the newly created schedule type.