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

Represents a NXOpen.Annotations.EditTitleBlockBuilder builder More...

Inheritance diagram for NXOpen.Annotations.EditTitleBlockBuilder:
NXOpen.Annotations.BaseTitleBlockBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string GetCellValueForLabel (string label)
 Return the value of the cell for given label. More...
 
unsafe void SetCellValueForLabel (string label, string value)
 Sets the value of the cell for given label. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Annotations.BaseTitleBlockBuilder
unsafe
NXOpen.Annotations.TitleBlockCellBuilderList 
Cells [get]
 Returns the cells More...
 

Detailed Description

Represents a NXOpen.Annotations.EditTitleBlockBuilder builder

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

Created in NX8.0.0

Member Function Documentation

unsafe string NXOpen.Annotations.EditTitleBlockBuilder.GetCellValueForLabel ( string  label)
inline

Return the value of the cell for given label.

If multiple title blocks are selected, then value of the cell from the first title block, which has the cell with given label, is returned.

Created in NX8.0.0

License requirements: None.

Parameters
labelLabel whose value is queried
Returns
Value of the label
unsafe void NXOpen.Annotations.EditTitleBlockBuilder.SetCellValueForLabel ( string  label,
string  value 
)
inline

Sets the value of the cell for given label.

If multiple title blocks are selected, then values of cells with the given label in all the title blocks are set.

Created in NX8.0.0

License requirements: drafting ("DRAFTING")

Parameters
labelLabel whose value is to be set
valueValue of the label

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