Class CustomSymbolTextData
Inheritance
CustomSymbolTextData
Assembly: NXOpen.dll
Syntax
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public class CustomSymbolTextData : TransientObject, IMessageSink, IDisposable
Constructors
CustomSymbolTextData(nint)
Declaration
protected CustomSymbolTextData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
ControlTextIndex
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public int ControlTextIndex { get; set; }
Property Value
IntegerValue
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public int IntegerValue { get; set; }
Property Value
RealValue
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public double RealValue { get; set; }
Property Value
StringValue
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public string StringValue { get; }
Property Value
TextType
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public TextType TextType { get; }
Property Value
Methods
FreeResource()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
protected override void FreeResource()
Overrides
GetText()
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public string[] GetText()
Returns
SetText(string[])
Declaration
[Obsolete("Deprecated in NX9.0.0. Use NXOpen.Annotations.MasterSymbolListItemBuilder instead. Use NXOpen.Annotations.BaseCustomSymbolBuilder.Texts to query list of custom symbol texts.")]
public void SetText(string[] lines)
Parameters
Type |
Name |
Description |
string[] |
lines |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink