Position Property (ActiveX)

Specifies the X, Y, Z coordinate for center of the base or center of the solid, or the origin for the position marker, helix, or underlay.

Supported platforms: Windows only

Signature

VBA:

object.Position
object

Type: 3DSolid, DgnUnderlay, DwfUnderlay, GeoPositionMarker, Helix, PdfUnderlay

The objects this property applies to.

Property Value

Read-only: No

Type: Variant

The X, Y, Z coordinate for the base, center, or origin of the object.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available