Type Property |
Specifies type of a Leader, MenuGroup, PopupMenuItem, ToolbarItem, Polyline, or PolygonMesh object.
Signature
object.Type
object
3DPolyline , Layout, Leader, MenuGroup, PlotConfiguration,
Polyline, PolygonMesh, PopupMenuItem, ToolbarItem
The object or objects this property applies to.
Type
Integer;
Leader uses the acLeaderType enum; read-write
acLineNoArrow |
A line with no arrow. |
acLineWithArrow |
A line with arrow. |
acSplineNoArrow |
A spline with no arrow. |
acSplineWithArrow |
A spline with arrow. |
MenuGroup uses the acMenuGroupType enum; read-only
acBaseMenuGroup |
The base menu group. |
acPartialMenuGroup |
A partial menu group. |
PopupMenuItem uses the acMenuItemType enum; read-only
acMenuItem |
A menu item. |
acMenuSeparator |
A menu separator. |
acMenuSubMenu |
A sub menu. |
ToolbarItem uses the acToolbarItemType enum; read-only
acToolbarButton |
A generic button. |
acToolbarFlyout |
A flyout button. |
acToolbarControl |
A control button. |
acToolbarSeparator |
A separator. |
3DPolyline uses the ac3DPolylineType enum; read-write
acSimple3DPoly |
A simple polyline. |
acQuadSpline3DPoly |
A quadratic B-spline polyline. |
acCubicSpline3DPoly |
A cubic B-spline polyline. |
Polyline uses the acPolylineType enum; read-write
acSimplePoly |
A simple polyline. |
acFitCurvePoly |
A fit curve polyline. |
acQuadSplinePoly |
A quadratic B-spline polyline. |
acCubicSplinePoly |
A cubic B-spline polyline. |
PolygonMesh uses the acPolymeshType enum; read-write
acSimpleMesh |
A simple mesh with no surface fitting or smoothing. |
acQuadSurfaceMesh |
A quadratic B-spline surface fit. |
acCubicSurfaceMesh |
A cubic B-spline surface fit. |
acBezierSurfaceMesh |
A Bezier surface fit. |
Layout and PlotConfiguration use the acPlotType enum; read-write
acDisplay |
Prints everything that is in the current display. |
acExtents |
Print everything that falls within the extents of the currently selected space. |
acLimits |
Prints everything that is in the limits of the current space. |
acView |
Prints the view named by the ViewToPlot property. |
acWindow |
Prints everything in the window specified by the SetWindowToPlot method. |
acLayout |
Prints everything that falls within the margins of the specified paper size with the origin being calculated from 0,0 coordinate location in the Layout tab. This option is not available when printing from model space. |
Remarks
PolygonMesh: If the PolygonMesh type is set to acSimpleMesh then the M and N vertex count values will be used for vertex row column sizes. For any other PolygonMesh type, the M and N density values will be used as the row and column sizes.
Comments? |