Search Results for

    Show / Hide Table of Contents

    Class TitleBlockCellBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TitleBlockCellBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.String

    Label

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

    Lock

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

    Text

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

    Methods

    EditCell(Boolean, Int32, String, String, Boolean)

    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
    System.Boolean lockStatus
    System.Int32 contentType
    System.String value
    System.String label
    System.Boolean canChangeLockStatus

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX