Search Results for

    Show / Hide Table of Contents

    Class ObjectTableBuilder

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

    Constructors

    ObjectTableBuilder()

    Declaration
    protected ObjectTableBuilder()

    Properties

    Sheet

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

    StockType

    Declaration
    public ObjectTableBuilder.StockOption StockType { get; set; }
    Property Value
    Type Description
    ObjectTableBuilder.StockOption

    Table

    Declaration
    public TableBuilder Table { get; set; }
    Property Value
    Type Description
    TableBuilder

    Methods

    AddObjectType(string)

    Declaration
    public void AddObjectType(string objectType)
    Parameters
    Type Name Description
    string objectType

    GetNumberOfPropertyColumns()

    Declaration
    public int GetNumberOfPropertyColumns()
    Returns
    Type Description
    int

    GetPropertyColumn(int)

    Declaration
    public PropertyCellRangeBuilder GetPropertyColumn(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    PropertyCellRangeBuilder

    InsertPropertyColumns(int, JaSchematicPropertytype[], string[])

    Declaration
    public void InsertPropertyColumns(int index, JaSchematicPropertytype[] propertyTypes, string[] propertyKeys)
    Parameters
    Type Name Description
    int index
    JaSchematicPropertytype[] propertyTypes
    string[] propertyKeys

    RemoveObjectType(string)

    Declaration
    public void RemoveObjectType(string objectType)
    Parameters
    Type Name Description
    string objectType

    RemovePropertyColumns(int, int)

    Declaration
    public void RemovePropertyColumns(int index, int number)
    Parameters
    Type Name Description
    int index
    int number

    Implements

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