Table of Contents

Class ActLineEnd

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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

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

Constructors

ActLineEnd()

Initializes a new instance of the ActLineEnd class.

public ActLineEnd()

ActLineEnd(ActLineBegin)

Initializes a new instance of the ActLineEnd class with a specified line beginning act.

public ActLineEnd(ActLineBegin actLineBegin)

Parameters

actLineBegin ActLineBegin

The line beginning act associated with this line end.

Properties

ActLineBegin

Gets or sets the associated line beginning act.

public ActLineBegin ActLineBegin { get; set; }

Property Value

ActLineBegin

SourceCommand

Gets the source command from the associated line beginning act.

public ISourceCommand SourceCommand { get; }

Property Value

ISourceCommand