obj = OOMGN/{HORIZ|VERT},obj,[VIEW,'View Name',]{line[,VIEW,'View Name']|xpos,ypos,xdir,ydir}[,offset distance][,IFERR,label:]
Creates an ordinate dimension set margin. A maximum of 32 margins can be associated with a given ordinate dimension set origin.
Parameter |
Description |
HORIZ |
Minor word indicating that a horizontal ordinate dimension set margin is to be created, and it is associated with the ordinate dimension set origin specified as the obj parameter. |
VERT |
Minor word indicating that a vertical ordinate dimension set margin be created, and it is to be associated with the ordinate dimension set origin specified as the obj parameter. |
obj |
Specifies the object identifier of the ordinate dimension set origin created with the OODIM command or interactively. |
VIEW |
Minor word that indicates that a view name is to follow. |
'View Name' |
This is a string variable or literal that is the view name. |
line |
Specifies the object identifier of a line to which the margin is parallel and/or offset. |
VIEW |
Minor word that indicates that a view name is to follow. |
'View Name' |
This is a string variable or literal that is the view name. |
xpos |
Specifies an X position through which the ordinate dimension set margin should run. |
ypos |
Specifies a Y position through which the ordinate dimension set margin should run. |
xdir |
Specifies the X direction of margin. |
ydir |
Specifies the Y direction of margin. |
offset distance |
Specifies the distance that the ordinate dimension set margin should be offset from the associated line or point. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |