Creates and returns a new 4x4 DocumentUnitsMatrix. The matrix is initialized with a UCS matrix from a component.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function Matrix ( component As ComponentArgument, ucsName As String ) As DocumentUnitsMatrix
C#
DocumentUnitsMatrix Matrix( ComponentArgument component, string ucsName )
Parameters
- component
- Type: Autodesk.iLogic.Types.ComponentArgument
The name (or path) of the component occurrence. - ucsName
- Type: System.String
The name of the UCS.
