IGeometryMatrix Method (ComponentArgument, String) |
Creates and returns a new 4x4 DocumentUnitsMatrix. The matrix is initialized with a UCS matrix from a component.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function Matrix (
component As ComponentArgument,
ucsName As String
) As DocumentUnitsMatrix
DocumentUnitsMatrix Matrix(
ComponentArgument component,
string ucsName
)
Parameters
- component
- Type: Autodesk.iLogic.TypesComponentArgument
The name (or path) of the component occurrence. - ucsName
- Type: SystemString
The name of the UCS.
Return Value
Type:
DocumentUnitsMatrixSee Also