Search Results for

    Show / Hide Table of Contents

    Class PopulateTitleBlockBuilder

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

    Constructors

    PopulateTitleBlockBuilder()

    Declaration
    protected PopulateTitleBlockBuilder()

    Methods

    GetCell(Table, int, int)

    Declaration
    public TitleBlockCellBuilder GetCell(Table table, int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    Table table
    int rowIndex
    int columnIndex
    Returns
    Type Description
    TitleBlockCellBuilder

    GetCellValueForLabel(string)

    Declaration
    public string GetCellValueForLabel(string label)
    Parameters
    Type Name Description
    string label
    Returns
    Type Description
    string

    SetCellValueForLabel(string, string)

    Declaration
    public void SetCellValueForLabel(string label, string value)
    Parameters
    Type Name Description
    string label
    string value

    Implements

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