Table of Contents

Class ActLineBegin

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Represents the beginning of a line act in numerical control operations.

public class ActLineBegin : IAct
Inheritance
ActLineBegin
Implements
Inherited Members
Extension Methods

Constructors

ActLineBegin()

Initializes a new instance of the ActLineBegin class.

public ActLineBegin()

ActLineBegin(IIndexedFileLine)

Initializes a new instance of the ActLineBegin class with a source command.

public ActLineBegin(IIndexedFileLine sourceCommand)

Parameters

sourceCommand IIndexedFileLine

The source command associated with this line beginning.

Properties

SourceCommand

Gets or sets the source command associated with this line beginning.

public IIndexedFileLine SourceCommand { get; set; }

Property Value

IIndexedFileLine