Search Results for

    Show / Hide Table of Contents

    Class PostAnnotation

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

    Constructors

    PostAnnotation(nint)

    Declaration
    protected PostAnnotation(nint ptr)
    Parameters
    Type Name Description
    nint 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
    bool

    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
    bool

    BoxTranslucency

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

    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
    bool

    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
    bool

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    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()

    GetCombineAcrossEntitiesOption()

    Declaration
    public PostAnnotation.CombineOption GetCombineAcrossEntitiesOption()
    Returns
    Type Description
    PostAnnotation.CombineOption

    GetUserText(out string[])

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

    SetReferenceGroup(string)

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

    SetUserText(string[])

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

    Show(bool)

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

    UpdateAnnotation()

    Declaration
    public void UpdateAnnotation()

    Implements

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