Base |
The BaseMetafileCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| IsGeometric | Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded. | |
| Item | Returns a point that are significant to the shape. The type of point and the position depends on the command type. | |
| Label | The display name of the meta file command type. | |
| Length | The length of the vector. | |
| MetafileCommandFactory | ||
| PointCount | The number of points accessible by the indexer. | |
| SegmentEndPointPair | The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations. |