Click or drag to resize

PointOrMatrix Interface

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: 23.0
Syntax
Public Interface PointOrMatrix

The PointOrMatrix type exposes the following members.

Properties
  NameDescription
Public propertyMatrix
Gets the DocumentUnitsMatrix. (If this is Nothing, use the Point property to get the point.)
Public propertyPoint
Gets the DocumentUnitsPoint. (If this is Nothing, use the Matrix property to get the matrix.)
Top
See Also