LinetypeTable.Undelete Method

LinetypeTableUndelete Method

Restores a linetype that has been deleted.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Undelete(
	int index
)
Public Function Undelete ( 
	index As Integer
) As Boolean

Parameters

index
Type: SystemInt32
A linetype index to be undeleted.

Return Value

Type: Boolean
true if successful.
See Also