Specifies the insert units saved with the block.
Supported platforms: Windows only
Signature
VBA:
object.InsUnits
- object
-
Type: BlockReference, ComparedReference, ExternalReference, MInsertBlock
The objects this property applies to.
Property Value
Read-only: Yes
Type: String
The InsUnits property specifies the native units for the block reference as defined by the block author. When a block is inserted in a drawing whose units have been defined, the block is automatically scaled proportional to the InsUnitsFactor, the conversion factor between the block units and the current drawing units.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available