Creates a copy of this Matrix object. The result is entirely independent and can be edited without affecting the original Matrix object.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function Copy As DocumentUnitsMatrix
C#
public DocumentUnitsMatrix Copy()
Return Value
Type:
DocumentUnitsMatrix
See Also
Reference