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(ISourceCommand)

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

public ActLineBegin(ISourceCommand sourceCommand)

Parameters

sourceCommand ISourceCommand

The source command associated with this line beginning.

Properties

SourceCommand

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

public ISourceCommand SourceCommand { get; set; }

Property Value

ISourceCommand