Description:

Undeletes an instance definition that has been deleted by Delete()

Syntax:
public bool Undelete(
int idefIndex
)
Parameters:
  • idefIndex
  • Type: int
  • zero based index of instance definition to delete. This must be in the range 0 <= idefIndex < InstanceDefinitionTable.Count.
Returns:
Type: bool
True if successful
Available since:
5.9

Nothing found