| DimensionStyleClone Method  | 
        
         
            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 Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object 
override Clone : unit -> Object 
 VIRTUAL METHOD Clone() AS Object
Return Value
Type: 
ObjectA new DimensionStyle that is a copy of this instance.
Implements
ICloneableClone See Also
See Also