Class PostAnnotation
Inheritance
PostAnnotation
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
BoxFill
Declaration
public bool BoxFill { get; set; }
Property Value
BoxTextAlignment
Declaration
public PostAnnotation.TextAlignment BoxTextAlignment { get; set; }
Property Value
BoxTranluceny
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.PostAnnotation.BoxTranslucency instead.")]
public bool BoxTranluceny { get; set; }
Property Value
BoxTranslucency
Declaration
public bool BoxTranslucency { get; set; }
Property Value
DisplayStyle
Declaration
public PostAnnotation.Style DisplayStyle { get; set; }
Property Value
DisplayUnit
Declaration
public bool DisplayUnit { get; set; }
Property Value
DisplayValueType
Declaration
public PostAnnotation.ValueType DisplayValueType { get; set; }
Property Value
DrawBox
Declaration
public bool DrawBox { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
TextColor
Declaration
public NXColor TextColor { get; set; }
Property Value
Methods
Delete()
Declaration
Draw()
Declaration
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetCombineAcrossEntitiesOption()
Declaration
public PostAnnotation.CombineOption GetCombineAcrossEntitiesOption()
Returns
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