UnitFactor Property (ActiveX)

Gets the insertion unit factor of the point cloud file.

Supported platforms: Windows only

Signature

VBA:

object.UnitFactor
object

Type: PointCloud, PointCloudEx

The object this property applies to.

Property Value

Read-only: Yes

Type: ACAD_NOUNITS

The insertion unit factor for the point cloud.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available