Search Results for

    Show / Hide Table of Contents

    Class SymbolBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SymbolBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.DiagrammingLibraryAuthor
    Assembly: NXOpen.dll
    Syntax
    public class SymbolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SymbolBuilder()

    Declaration
    protected SymbolBuilder()

    Properties

    AnchorPoint

    Declaration
    public Point2d AnchorPoint { get; set; }
    Property Value
    Type Description
    Point2d

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Standard

    Declaration
    public string Standard { get; set; }
    Property Value
    Type Description
    string

    TagLocation

    Declaration
    public Point2d TagLocation { get; set; }
    Property Value
    Type Description
    Point2d

    TagPrefix

    Declaration
    public string TagPrefix { get; set; }
    Property Value
    Type Description
    string

    Unit

    Declaration
    public string Unit { get; set; }
    Property Value
    Type Description
    string

    Implements

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