Search Results for

    Show / Hide Table of Contents

    Class SymbolPortBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SymbolPortBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 SymbolPortBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SymbolPortBuilder()

    Declaration
    protected SymbolPortBuilder()

    Methods

    GetConnectionDirection()

    Declaration
    public Point2d GetConnectionDirection()
    Returns
    Type Description
    Point2d

    GetDirection()

    Declaration
    public string GetDirection()
    Returns
    Type Description
    System.String

    GetLocation()

    Declaration
    public Point2d GetLocation()
    Returns
    Type Description
    Point2d

    GetPortID()

    Declaration
    public string GetPortID()
    Returns
    Type Description
    System.String

    GetPortObject()

    Declaration
    public AttributeHolder GetPortObject()
    Returns
    Type Description
    AttributeHolder

    SetConnectionDirection(Point2d)

    Declaration
    public void SetConnectionDirection(Point2d connectionDirection)
    Parameters
    Type Name Description
    Point2d connectionDirection

    SetDirection(String)

    Declaration
    public void SetDirection(string portDirection)
    Parameters
    Type Name Description
    System.String portDirection

    SetLocation(Point2d)

    Declaration
    public void SetLocation(Point2d portLocation)
    Parameters
    Type Name Description
    Point2d portLocation

    SetPortID(String)

    Declaration
    public void SetPortID(string portID)
    Parameters
    Type Name Description
    System.String portID

    Implements

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