IGeometry.Matrix Method (Double[])

Creates and returns a new 4x4 DocumentUnitsMatrix. The elements of the matrix are initialized from a double array of size 16.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Function Matrix ( 
	ParamArray cells As Double()
) As DocumentUnitsMatrix

C#

DocumentUnitsMatrix Matrix(
	params double[] cells
)

Parameters

cells
Type:  System.Double[]

Return Value

Type: DocumentUnitsMatrix

See Also

Reference

IGeometry Interface
Matrix Overload
Autodesk.iLogic.Interfaces Namespace