Search Results for

    Show / Hide Table of Contents

    Class Symbol2DBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Symbol2DBuilder
    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.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
    System.Boolean

    Image

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

    IsInline

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

    PortData

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

    PrefixLetters

    Declaration
    public string PrefixLetters { get; set; }
    Property Value
    Type Description
    System.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
    System.String symbolId

    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