Interface INCT_CLData_Comment
CAM system interface, which allows you to add custom comments to CLData.
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[Guid("2C7C682A-40D6-4F24-9624-22B211B338A4")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_CLData_Comment
Methods
AddComment(string)
Adds a comment line containing the specified text (Value) to the CLData.
Declaration
void AddComment(string Value)
Parameters
Type | Name | Description |
---|---|---|
string | Value |