Search Results for

    Show / Hide Table of Contents

    Class EditText

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    EditText
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class EditText : NXRemotableObject, IMessageSink

    Constructors

    EditText(AnnotationManager)

    Declaration
    protected EditText(AnnotationManager owner)
    Parameters
    Type Name Description
    AnnotationManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetText(Annotation, TextType)

    Declaration
    public string[] GetText(Annotation annotation, EditText.TextType textType)
    Parameters
    Type Name Description
    Annotation annotation
    EditText.TextType textType
    Returns
    Type Description
    string[]

    SetText(Annotation, TextType, string[])

    Declaration
    public void SetText(Annotation annotation, EditText.TextType textType, string[] text)
    Parameters
    Type Name Description
    Annotation annotation
    EditText.TextType textType
    string[] text

    Implements

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