Table of Contents

Class NcComment

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

Represents a comment in NC code.

public class NcComment
Inheritance
NcComment
Inherited Members
Extension Methods

Constructors

NcComment(string, CommentMark)

Initializes a new instance of the NcComment class.

public NcComment(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.