Creates a jog on the section plane.
Supported platforms: AutoCAD for Windows only; not supported in AutoCAD LT for Windows
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