Class PostAnnotation
Inheritance
System.Object
System.MarshalByRefObject
PostAnnotation
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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 |
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
GetUserText(out String[])
Declaration
public void GetUserText(out string[] usertext)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | usertext |
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 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable