Share

DocumentUnitsMatrix2d.Copy Method

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: 29.0

Syntax

VB

Public Function Copy As DocumentUnitsMatrix2d

C#

public DocumentUnitsMatrix2d Copy()

Return Value

Type: DocumentUnitsMatrix2d

See Also

Reference

Was this information helpful?