LinetypeTableUndelete Method |
Restores a linetype that has been deleted.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic 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:
Booleantrue if successful.
See Also