IDocCloneable module

class IDocCloneable.IDocCloneable

Bases: ABC

An abstract base class for objects that can be cloned.

abstract Clone() SpireObject

Clone the object and return a new instance of the same type.