Table of Contents

Class HardNcComment

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

Represents a comment in NC code.

public class HardNcComment
Inheritance
HardNcComment
Inherited Members
Extension Methods

Constructors

HardNcComment(string, CommentMark)

Initializes a new instance of the HardNcComment class.

public HardNcComment(string content, CommentMark commentSignEnum)

Parameters

content string

The content of the comment without comment marks.

commentSignEnum CommentMark

The type of comment mark to use.

Properties

CommentMark

Gets or sets the type of comment mark used.

public CommentMark CommentMark { get; set; }

Property Value

CommentMark

Content

Comment Without Comment Mark.

public string Content { get; set; }

Property Value

string

FullText

Comment With Comment Mark.

public string FullText { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.