Click or drag to resize

IGeometryMatrix 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: 23.0
Syntax
Function Matrix ( 
	ucsName As String
) As DocumentUnitsMatrix

Parameters

ucsName
Type: SystemString
The name of the UCS.

Return Value

Type: DocumentUnitsMatrix
See Also