Share

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: 29.0

Syntax

VB

Public Interface PointOrMatrix

C#

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.)

See Also

Reference

Was this information helpful?