CreateJog Method (ActiveX)

Creates a jog on the section plane.

Supported platforms: Windows only

Signature

VBA:

object.CreateJog varPt
object

Type: Section

The object this method applies to.

varPt

Access: Input-only

Type: Variant

Point at which to create the jog.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available