| DimensionStyleClone Method (String) | 
        
         
            Creates a new DimensionStyle that is a copy of the current instance.
            
 
    Namespace: 
   DXFReaderNET.Tables
    Assembly:
   DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
 Syntax
Syntaxpublic override TableObject Clone(
	string newName
)
Public Overrides Function Clone ( 
	newName As String
) As TableObject
public:
virtual TableObject^ Clone(
	String^ newName
) override
abstract Clone : 
        newName : string -> TableObject 
override Clone : 
        newName : string -> TableObject  VIRTUAL METHOD Clone(
	newName AS STRING
) AS TableObject
Parameters
- newName
- Type: SystemString
 DimensionStyle name of the copy.
Return Value
Type: 
TableObjectA new DimensionStyle that is a copy of this instance.
 See Also
See Also