Search Results for

    Show / Hide Table of Contents

    Class CustomSymbolTextData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomSymbolTextData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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(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
    Type Description
    int

    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
    int

    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
    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
    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
    TransientObject.FreeResource()

    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
    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
    string[] lines

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX