Search Results for

    Show / Hide Table of Contents

    Class PipeStockBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PipeStockBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 PipeStockBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PipeStockBuilder()

    Declaration
    protected PipeStockBuilder()

    Methods

    CreatePipeStock(string, string, string, string)

    Declaration
    public AttributeHolder CreatePipeStock(string instanceId, string partId, string partName, string numberName)
    Parameters
    Type Name Description
    string instanceId
    string partId
    string partName
    string numberName
    Returns
    Type Description
    AttributeHolder

    DeletePipeStock(AttributeHolder)

    Declaration
    public void DeletePipeStock(AttributeHolder pipeStockObject)
    Parameters
    Type Name Description
    AttributeHolder pipeStockObject

    GetPipeStockObjects(out AttributeHolder[])

    Declaration
    public void GetPipeStockObjects(out AttributeHolder[] pipeStockObjects)
    Parameters
    Type Name Description
    AttributeHolder[] pipeStockObjects

    SelectFolder(string)

    Declaration
    public void SelectFolder(string classId)
    Parameters
    Type Name Description
    string classId

    SelectPipeStock(string)

    Declaration
    public void SelectPipeStock(string symbolId)
    Parameters
    Type Name Description
    string symbolId

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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