Search Results for

    Show / Hide Table of Contents

    Class SymbolPortBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SymbolPortBuilder
    Implements
    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, 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.DiagrammingLibraryAuthor
    Assembly: NXOpen.dll
    Syntax
    public class SymbolPortBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SymbolPortBuilder()

    Declaration
    protected SymbolPortBuilder()

    Properties

    ConnectionPoint

    Declaration
    public SymbolConnectionPointBuilder ConnectionPoint { get; }
    Property Value
    Type Description
    SymbolConnectionPointBuilder

    Methods

    GetAllowedAttachmentTypes()

    Declaration
    public AllowedAttachmentTypes GetAllowedAttachmentTypes()
    Returns
    Type Description
    AllowedAttachmentTypes

    GetDirection()

    Declaration
    public string GetDirection()
    Returns
    Type Description
    string

    GetPortID()

    Declaration
    public string GetPortID()
    Returns
    Type Description
    string

    GetPortObject()

    Declaration
    public AttributeHolder GetPortObject()
    Returns
    Type Description
    AttributeHolder

    SetAllowedAttachmentTypes(AllowedAttachmentTypes)

    Declaration
    public void SetAllowedAttachmentTypes(AllowedAttachmentTypes types)
    Parameters
    Type Name Description
    AllowedAttachmentTypes types

    SetDirection(string)

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

    SetPortID(string)

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

    Implements

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