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

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

public ActLineBegin(IGetSentence sourceCommand)

Parameters

sourceCommand IGetSentence

The source command associated with this line beginning.

Properties

SourceCommand

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

public IGetSentence SourceCommand { get; set; }

Property Value

IGetSentence

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.