Class TitleBlockCellBuilder
Inheritance
TitleBlockCellBuilder
Assembly: NXOpen.dll
Syntax
public class TitleBlockCellBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TitleBlockCellBuilder()
Declaration
protected TitleBlockCellBuilder()
Properties
Cell
Declaration
public DisplayableObject Cell { get; }
Property Value
EditableText
Declaration
public string EditableText { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Lock
Declaration
public bool Lock { get; set; }
Property Value
Text
Declaration
public string Text { get; }
Property Value
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
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink