Search Results for

    Show / Hide Table of Contents

    Class AssociativeText

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    AssociativeText
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    public class AssociativeText : TransientObject, IMessageSink, IDisposable

    Constructors

    AssociativeText(IntPtr)

    Declaration
    protected AssociativeText(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    CreateEmbeddedAnnotationText(Annotation)

    Declaration
    public string CreateEmbeddedAnnotationText(Annotation embeddedAnnotation)
    Parameters
    Type Name Description
    Annotation embeddedAnnotation
    Returns
    Type Description
    System.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
    System.String text
    Returns
    Type Description
    System.String

    GetObjectAttribute(String, out NXObject, out String)

    Declaration
    public bool GetObjectAttribute(string text, out NXObject object, out string attributeTitle)
    Parameters
    Type Name Description
    System.String text
    NXObject object
    System.String attributeTitle
    Returns
    Type Description
    System.Boolean

    GetObjectAttributeText(NXObject, String)

    Declaration
    public string GetObjectAttributeText(NXObject object, string attributeTitle)
    Parameters
    Type Name Description
    NXObject object
    System.String attributeTitle
    Returns
    Type Description
    System.String

    GetObjectPropertyText(NXObject, AssociativeText.PropertyType)

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

    GetPartAttribute(String, out String)

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

    GetPartAttributeText(String)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX