Class PmiBalloonNoteData
Inheritance
PmiBalloonNoteData
Assembly: NXOpen.dll
Syntax
public class PmiBalloonNoteData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiBalloonNoteData(nint)
Declaration
protected PmiBalloonNoteData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
BalloonScale
Declaration
public double BalloonScale { get; }
Property Value
BalloonText
Declaration
public string BalloonText { get; }
Property Value
Category
Declaration
public string Category { get; }
Property Value
Identifier
Declaration
public string Identifier { get; }
Property Value
Revision
Declaration
public string Revision { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
Methods
GetText()
Declaration
public string[] GetText()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink