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
DocumentUnitsMatrix Matrix(
string ucsName
)
Parameters
- ucsName
- Type: SystemString
The name of the UCS.
Return Value
Type:
DocumentUnitsMatrixSee Also