Search Results for

    Show / Hide Table of Contents

    Class TitleBlockCellBuilder

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

    Constructors

    TitleBlockCellBuilder()

    Declaration
    protected TitleBlockCellBuilder()

    Properties

    Cell

    Declaration
    public DisplayableObject Cell { get; }
    Property Value
    Type Description
    DisplayableObject

    EditableText

    Declaration
    public string EditableText { get; set; }
    Property Value
    Type Description
    string

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    string

    Lock

    Declaration
    public bool Lock { get; set; }
    Property Value
    Type Description
    bool

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    string

    Methods

    EditCell(bool, int, string, string, bool)

    Declaration
    [Obsolete("Deprecated in NX12.0.1.  Instead use NXOpen.Annotations.TitleBlockCellBuilder.Lock for lock status, NXOpen.Annotations.TitleBlockCellBuilder.Label for label and NXOpen.Annotations.EditTitleBlockBuilder.SetCellValueForLabel for cell value. 'Content type' and 'Can change lock status' are automatically computed and need not be used by a user.")]
    public void EditCell(bool lockStatus, int contentType, string value, string label, bool canChangeLockStatus)
    Parameters
    Type Name Description
    bool lockStatus
    int contentType
    string value
    string label
    bool canChangeLockStatus

    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