Search Results for

    Show / Hide Table of Contents

    Class Symbol2DBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Symbol2DBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 Symbol2DBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    Symbol2DBuilder()

    Declaration
    protected Symbol2DBuilder()

    Properties

    AnchorPoint

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

    DraftingSymbol

    Declaration
    public SelectReuseLibraryItemBuilder DraftingSymbol { get; }
    Property Value
    Type Description
    SelectReuseLibraryItemBuilder

    EnableScale

    Declaration
    public bool EnableScale { get; set; }
    Property Value
    Type Description
    bool

    Image

    Declaration
    public ImageCaptureBuilder Image { get; set; }
    Property Value
    Type Description
    ImageCaptureBuilder

    IsInline

    Declaration
    public bool IsInline { get; set; }
    Property Value
    Type Description
    bool

    PortData

    Declaration
    public PortDataBuilder PortData { get; }
    Property Value
    Type Description
    PortDataBuilder

    PrefixLetters

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

    TagLocation

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

    Methods

    CreateFromSymbol(string)

    Declaration
    public void CreateFromSymbol(string symbolId)
    Parameters
    Type Name Description
    string symbolId

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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