Search Results for

    Show / Hide Table of Contents

    Class PortBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    PortBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    SheetElementBuilder.GetMinNodeSize(out double[])
    SheetElementBuilder.SetMinNodeSize(double[])
    SheetElementBuilder.GetAllowedTransformations(out bool, out bool, out bool, out bool)
    SheetElementBuilder.SetOwningSheet(Sheet)
    SheetElementBuilder.Height
    SheetElementBuilder.HeightPolicy
    SheetElementBuilder.Internal
    SheetElementBuilder.Label
    SheetElementBuilder.LabelName
    SheetElementBuilder.Location
    SheetElementBuilder.LocationStyle
    SheetElementBuilder.MirrorX
    SheetElementBuilder.MirrorY
    SheetElementBuilder.Owner
    SheetElementBuilder.OwningSheet
    SheetElementBuilder.RenderingProperties
    SheetElementBuilder.ResizeOption
    SheetElementBuilder.Rotation
    SheetElementBuilder.SourceElement
    SheetElementBuilder.UpToDate
    SheetElementBuilder.Visible
    SheetElementBuilder.Width
    SheetElementBuilder.WidthPolicy
    SheetElementBuilder.X
    SheetElementBuilder.Y
    SheetElementBuilder.ZDepth
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class PortBuilder : SheetElementBuilder, IMessageSink, IComponentBuilder

    Constructors

    PortBuilder()

    Declaration
    protected PortBuilder()

    Properties

    Direction

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

    NumberAllowedConnections

    Declaration
    public int NumberAllowedConnections { get; set; }
    Property Value
    Type Description
    int

    Pinned

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

    Proxy

    Declaration
    public Port Proxy { get; set; }
    Property Value
    Type Description
    Port

    Methods

    CanAnotherConnectionBeAdded()

    Declaration
    public bool CanAnotherConnectionBeAdded()
    Returns
    Type Description
    bool

    GetAllowedParentSides(out bool, out bool, out bool, out bool)

    Declaration
    public void GetAllowedParentSides(out bool isAllowedLeftSide, out bool isAllowedRightSide, out bool isAllowedUpSide, out bool isAllowedDownSide)
    Parameters
    Type Name Description
    bool isAllowedLeftSide
    bool isAllowedRightSide
    bool isAllowedUpSide
    bool isAllowedDownSide

    GetConnections()

    Declaration
    public Connection[] GetConnections()
    Returns
    Type Description
    Connection[]

    GetOwningConnectableElement()

    Declaration
    public ConnectableElement GetOwningConnectableElement()
    Returns
    Type Description
    ConnectableElement

    IsNumberOfConnectionInfinite()

    Declaration
    public bool IsNumberOfConnectionInfinite()
    Returns
    Type Description
    bool

    Implements

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