Comment Class
- Updated2023-02-21
- 2 minute(s) read
Represents a Comment primitive, which is a a non-functional statement you can use to document code. This primitive simply stores a string, and functions similarly to comment tags in text-based programming. It has no effect on the execution of a real-time sequence.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class Comment _ Inherits Statement _ Implements IEquatable(Of Comment) |
C# |
---|
public class Comment : Statement, IEquatable<Comment> |
Visual C++ |
---|
public ref class Comment : public Statement, IEquatable<Comment^> |
Remarks
Use the members of this class to get or set the text that a Comment contains.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Comment
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Comment
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.