Class EditText
Assembly: NXOpen.dll
Syntax
public class EditText : NXRemotableObject, IMessageSink
Constructors
EditText(AnnotationManager)
Declaration
protected EditText(AnnotationManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
GetText(Annotation, TextType)
Declaration
public string[] GetText(Annotation annotation, EditText.TextType textType)
Parameters
Returns
SetText(Annotation, TextType, string[])
Declaration
public void SetText(Annotation annotation, EditText.TextType textType, string[] text)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink