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, CommentMarkEnum)

Initializes a new instance of the NcComment class.

public NcComment(string content, CommentMarkEnum commentSignEnum)

Parameters

content string

The content of the comment without comment marks.

commentSignEnum CommentMarkEnum

The type of comment mark to use.

Properties

CommentMarkEnum

Gets or sets the type of comment mark used.

public CommentMarkEnum CommentMarkEnum { get; set; }

Property Value

CommentMarkEnum

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.