A PointOrMatrix class can wrap a DocumentUnitsPoint or a DocumentUnitsMatrix.
Only one of Point or Matrix should be non-null.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Interface PointOrMatrix
C#
public interface PointOrMatrix
The PointOrMatrix type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Matrix |
Gets the DocumentUnitsMatrix.
(If this is Nothing, use the Point property to get the point.)
|
![]() | Point |
Gets the DocumentUnitsPoint.
(If this is Nothing, use the Matrix property to get the matrix.)
|