Class GeneralNoteBuilder
Inheritance
GeneralNoteBuilder
Assembly: NXOpen.dll
Syntax
public class GeneralNoteBuilder : PmiAttributeBuilder, IMessageSink, IComponentBuilder
Constructors
GeneralNoteBuilder()
Declaration
protected GeneralNoteBuilder()
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Revision
Declaration
public string Revision { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
GetText()
Declaration
public string[] GetText()
Returns
SetText(string[])
Declaration
public void SetText(string[] text)
Parameters
Type |
Name |
Description |
string[] |
text |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink