Class CustomSymbolTextData
Inheritance
System.Object
System.MarshalByRefObject
CustomSymbolTextData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
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(IntPtr)
Declaration
protected CustomSymbolTextData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | 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
Type | Description |
---|---|
System.Int32 |
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
Type | Description |
---|---|
System.Int32 |
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
Type | Description |
---|---|
System.Double |
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
Type | Description |
---|---|
System.String |
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
Type | Description |
---|---|
TextType |
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
Type | Description |
---|---|
System.String[] |
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 |
---|---|---|
System.String[] | lines |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable