IGeometry.Matrix Method (String)

Creates and returns a new 4x4 DocumentUnitsMatrix. The matrix is initialized with a matrix from a User Coordinate System (UCS).

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

Syntax

VB

Function Matrix ( 
	ucsName As String
) As DocumentUnitsMatrix

C#

DocumentUnitsMatrix Matrix(
	string ucsName
)

Parameters

ucsName
Type: System.String
The name of the UCS.

Return Value

Type: DocumentUnitsMatrix

See Also

Reference

IGeometry Interface
Matrix Overload
Autodesk.iLogic.Interfaces Namespace