Interface IElementCopy
-
public interface IElementCopy
The copied object created fromCopyUtil.copy()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DesignElementHandle
getHandle(ModuleHandle handle)
Gets the element which keeps the "extends" relationship and unlocalized information, it should be only used to validate copy/paste actions.
-
-
-
Method Detail
-
getHandle
DesignElementHandle getHandle(ModuleHandle handle)
Gets the element which keeps the "extends" relationship and unlocalized information, it should be only used to validate copy/paste actions.- Parameters:
handle
- the module handle- Returns:
- the design element handle
-
-