Search Results for

    Show / Hide Table of Contents

    Class ConnectionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    ConnectionBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    SheetElementBuilder.GetMinNodeSize(Double[])
    SheetElementBuilder.SetMinNodeSize(Double[])
    SheetElementBuilder.GetAllowedTransformations(Boolean, Boolean, Boolean, Boolean)
    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.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, 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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class ConnectionBuilder : SheetElementBuilder, IMessageSink, IComponentBuilder

    Constructors

    ConnectionBuilder()

    Declaration
    protected ConnectionBuilder()

    Properties

    Discipline

    Declaration
    public string Discipline { get; set; }
    Property Value
    Type Description
    System.String

    End

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

    EndLocation

    Declaration
    public LocationBuilder EndLocation { get; }
    Property Value
    Type Description
    LocationBuilder

    ReverseEnd

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

    Start

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

    StartLocation

    Declaration
    public LocationBuilder StartLocation { get; }
    Property Value
    Type Description
    LocationBuilder

    Methods

    GetBendPoints(out Point2d[])

    Declaration
    public void GetBendPoints(out Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points

    SetBendPoints(Point2d[])

    Declaration
    public void SetBendPoints(Point2d[] points)
    Parameters
    Type Name Description
    Point2d[] points

    Implements

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