Share

DocumentUnitsMatrix2d.GetMatrixData Method

Gets the data defining this matrix.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Sub GetMatrixData ( 
	ByRef cells As Double()
)

C#

public void GetMatrixData(
	ref double[] cells
)

Parameters

cells
Type:  System.Double[]
Output: Double array that will contain the matrix cell values.

See Also

Reference

Was this information helpful?