Search Results for

    Show / Hide Table of Contents

    Class AssociativeText

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    AssociativeText
    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
    public class AssociativeText : TransientObject, IMessageSink, IDisposable

    Constructors

    AssociativeText(nint)

    Declaration
    protected AssociativeText(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    CreateEmbeddedAnnotationText(Annotation)

    Declaration
    public string CreateEmbeddedAnnotationText(Annotation embeddedAnnotation)
    Parameters
    Type Name Description
    Annotation embeddedAnnotation
    Returns
    Type Description
    string

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetEvaluatedText(Annotation, string)

    Declaration
    public string GetEvaluatedText(Annotation ann, string text)
    Parameters
    Type Name Description
    Annotation ann
    string text
    Returns
    Type Description
    string

    GetObjectAttribute(string, out NXObject, out string)

    Declaration
    public bool GetObjectAttribute(string text, out NXObject @object, out string attributeTitle)
    Parameters
    Type Name Description
    string text
    NXObject object
    string attributeTitle
    Returns
    Type Description
    bool

    GetObjectAttributeText(NXObject, string)

    Declaration
    public string GetObjectAttributeText(NXObject @object, string attributeTitle)
    Parameters
    Type Name Description
    NXObject object
    string attributeTitle
    Returns
    Type Description
    string

    GetObjectPropertyText(NXObject, PropertyType)

    Declaration
    public string GetObjectPropertyText(NXObject @object, AssociativeText.PropertyType type)
    Parameters
    Type Name Description
    NXObject object
    AssociativeText.PropertyType type
    Returns
    Type Description
    string

    GetPartAttribute(string, out string)

    Declaration
    public bool GetPartAttribute(string text, out string attributeTitle)
    Parameters
    Type Name Description
    string text
    string attributeTitle
    Returns
    Type Description
    bool

    GetPartAttributeText(string)

    Declaration
    public string GetPartAttributeText(string attributeTitle)
    Parameters
    Type Name Description
    string attributeTitle
    Returns
    Type Description
    string

    Implements

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