Search Results for

    Show / Hide Table of Contents

    Class PostAnnotation

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    PostAnnotation
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostAnnotation : TransientObject, IMessageSink, IDisposable

    Constructors

    PostAnnotation(IntPtr)

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

    Properties

    BoxColor

    Declaration
    public NXColor BoxColor { get; set; }
    Property Value
    Type Description
    NXColor

    BoxFill

    Declaration
    public bool BoxFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    BoxTextAlignment

    Declaration
    public PostAnnotation.TextAlignment BoxTextAlignment { get; set; }
    Property Value
    Type Description
    PostAnnotation.TextAlignment

    BoxTranluceny

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.CAE.PostAnnotation.BoxTranslucency instead.")]
    public bool BoxTranluceny { get; set; }
    Property Value
    Type Description
    System.Boolean

    BoxTranslucency

    Declaration
    public bool BoxTranslucency { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayStyle

    Declaration
    public PostAnnotation.Style DisplayStyle { get; set; }
    Property Value
    Type Description
    PostAnnotation.Style

    DisplayUnit

    Declaration
    public bool DisplayUnit { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayValueType

    Declaration
    public PostAnnotation.ValueType DisplayValueType { get; set; }
    Property Value
    Type Description
    PostAnnotation.ValueType

    DrawBox

    Declaration
    public bool DrawBox { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    TextColor

    Declaration
    public NXColor TextColor { get; set; }
    Property Value
    Type Description
    NXColor

    Methods

    Delete()

    Declaration
    public void Delete()

    Draw()

    Declaration
    public void Draw()

    FreeResource()

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

    GetUserText(out String[])

    Declaration
    public void GetUserText(out string[] usertext)
    Parameters
    Type Name Description
    System.String[] usertext

    SetReferenceGroup(String)

    Declaration
    public void SetReferenceGroup(string newRefgroupName)
    Parameters
    Type Name Description
    System.String newRefgroupName

    SetUserText(String[])

    Declaration
    public void SetUserText(string[] usertext)
    Parameters
    Type Name Description
    System.String[] usertext

    Show(Boolean)

    Declaration
    public void Show(bool show)
    Parameters
    Type Name Description
    System.Boolean show

    UpdateAnnotation()

    Declaration
    public void UpdateAnnotation()

    Implements

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