Search Results for

    Show / Hide Table of Contents

    Class MasterSymbolListItemBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MasterSymbolListItemBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class MasterSymbolListItemBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    MasterSymbolListItemBuilder()

    Declaration
    protected MasterSymbolListItemBuilder()

    Properties

    DoubleDefault

    Declaration
    public double DoubleDefault { get; set; }
    Property Value
    Type Description
    System.Double

    DoubleMax

    Declaration
    public double DoubleMax { get; set; }
    Property Value
    Type Description
    System.Double

    DoubleMin

    Declaration
    public double DoubleMin { get; set; }
    Property Value
    Type Description
    System.Double

    IntegerDefault

    Declaration
    public int IntegerDefault { get; set; }
    Property Value
    Type Description
    System.Int32

    IntegerMax

    Declaration
    public int IntegerMax { get; set; }
    Property Value
    Type Description
    System.Int32

    IntegerMin

    Declaration
    public int IntegerMin { get; set; }
    Property Value
    Type Description
    System.Int32

    NoteText

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

    NoteTitle

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

    Rule

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

    TextType

    Declaration
    public MasterSymbolListItemBuilder.TextTypes TextType { get; set; }
    Property Value
    Type Description
    MasterSymbolListItemBuilder.TextTypes

    Methods

    GetMultilineString()

    Declaration
    public string[] GetMultilineString()
    Returns
    Type Description
    System.String[]

    SetMultilineString(String[])

    Declaration
    public void SetMultilineString(string[] multilineString)
    Parameters
    Type Name Description
    System.String[] multilineString

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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