Class BalloonNoteBuilder
Inheritance
BalloonNoteBuilder
Assembly: NXOpen.dll
Syntax
public class BalloonNoteBuilder : PmiAttributeBuilder, IMessageSink, IComponentBuilder
Constructors
BalloonNoteBuilder()
Declaration
protected BalloonNoteBuilder()
Properties
BalloonText
Declaration
public string BalloonText { get; set; }
Property Value
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
Scale
Declaration
public double Scale { 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