Search Results for

    Show / Hide Table of Contents

    Class PortBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    PortBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseObjectBuilder.GetDisciplines()
    BaseObjectBuilder.SetDisciplines(String[])
    BaseObjectBuilder.Id
    BaseObjectBuilder.Label
    BaseObjectBuilder.Sheet
    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.Schematic
    Assembly: NXOpen.dll
    Syntax
    public class PortBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    PortBuilder()

    Declaration
    protected PortBuilder()

    Properties

    ExistingSymbol

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

    LockAspectRatio

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

    RelativePercentX

    Declaration
    public double RelativePercentX { get; set; }
    Property Value
    Type Description
    System.Double

    RelativePercentY

    Declaration
    public double RelativePercentY { get; set; }
    Property Value
    Type Description
    System.Double

    RelativeValueX

    Declaration
    public double RelativeValueX { get; set; }
    Property Value
    Type Description
    System.Double

    RelativeValueY

    Declaration
    public double RelativeValueY { get; set; }
    Property Value
    Type Description
    System.Double

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type Description
    System.Double

    ScaleX

    Declaration
    public double ScaleX { get; set; }
    Property Value
    Type Description
    System.Double

    ScaleY

    Declaration
    public double ScaleY { get; set; }
    Property Value
    Type Description
    System.Double

    SymbolId

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

    SymbolSourceType

    Declaration
    public SymbolSourceOption SymbolSourceType { get; set; }
    Property Value
    Type Description
    SymbolSourceOption

    Methods

    GetNode()

    Declaration
    public Node GetNode()
    Returns
    Type Description
    Node

    SetNode(Node)

    Declaration
    public void SetNode(Node schNode)
    Parameters
    Type Name Description
    Node schNode

    Implements

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