Click or drag to resize

ArcToMetafileCommand Properties

The ArcToMetafileCommand type exposes the following members.

Properties
 NameDescription
Public propertyAngle The sweep angle of the arc, in radians. Positive value means a counterclockwise direction.
Public propertyCenterPoint The center of the arc.
Public propertyIsGeometric Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.
(Inherited from BaseMetafileCommand)
Public propertyIsHelix Creates a helix if z coordinates of start and center are different. CenterPoint.z will be used as z for the end of the helix.
Public propertyItem Returns the following CenterPoint
(Overrides BaseMetafileCommandItemInt32)
Public propertyLabel The display name of the meta file command type.
(Overrides BaseMetafileCommandLabel)
Public propertyLength The length of the vector.
(Overrides BaseMetafileCommandLength)
Protected propertyMetafileCommandFactory
(Inherited from BaseMetafileCommand)
Public propertyPointCount The number of points accessible by the indexer.
(Overrides BaseMetafileCommandPointCount)
Public propertySegmentEndPointPair The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.
(Inherited from BaseMetafileCommand)
Top
See Also