NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Annotations.TitleBlockCellBuilder Class Reference

Represents a NXOpen.Annotations.TitleBlockCellBuilder More...

Inheritance diagram for NXOpen.Annotations.TitleBlockCellBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void EditCell (bool lockStatus, int contentType, string value, string label, bool canChangeLockStatus)
 Edits the title block cell attributes such as lock status, content type, value, label etc. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.DisplayableObject Cell [get]
 Returns the tabular note cell corresponding to this title block cell More...
 
unsafe string EditableText [get, set]
 Returns or sets the editable text of the cell More...
 
unsafe string Label [get, set]
 Returns or sets the cell label More...
 
unsafe bool Lock [get, set]
 Returns or sets the lock status More...
 
unsafe string Text [get]
 Returns the evaluated text of the cell. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Annotations.TitleBlockCellBuilder

To create a new instance of this class, use NXOpen.Annotations.TitleBlockCollection.CreateCellBuilder

Created in NX8.0.0

Member Function Documentation

unsafe void NXOpen.Annotations.TitleBlockCellBuilder.EditCell ( bool  lockStatus,
int  contentType,
string  value,
string  label,
bool  canChangeLockStatus 
)
inline

Edits the title block cell attributes such as lock status, content type, value, label etc.

Created in NX10.0.2

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.

License requirements: drafting ("DRAFTING")

Parameters
lockStatuscell lock status
contentTypecell content type
valuecell value
labelcell label
canChangeLockStatuscan change lock status of cell
unsafe bool NXOpen.Annotations.TitleBlockCellBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.DisplayableObject NXOpen.Annotations.TitleBlockCellBuilder.Cell
get

Returns the tabular note cell corresponding to this title block cell

Created in NX10.0.2

License requirements: None.

unsafe string NXOpen.Annotations.TitleBlockCellBuilder.EditableText
getset

Returns or sets the editable text of the cell

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe string NXOpen.Annotations.TitleBlockCellBuilder.Label
getset

Returns or sets the cell label

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Annotations.TitleBlockCellBuilder.Lock
getset

Returns or sets the lock status

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe string NXOpen.Annotations.TitleBlockCellBuilder.Text
get

Returns the evaluated text of the cell.

If the cell cannot be evaluated then its raw text is returned.

Created in NX10.0.2

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.