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

Represents a collection of NXOpen.Annotations.TitleBlock . More...

Inheritance diagram for NXOpen.Annotations.TitleBlockCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe
NXOpen.Annotations.TitleBlockCellBuilder 
CreateCellBuilder (NXOpen.DisplayableObject @object, bool isLocked, int contentType, string value, string label, bool canLockStatusChange)
 Creates a cell builder More...
 
unsafe
NXOpen.Annotations.TitleBlockCellBuilder 
CreateCellBuilder (NXOpen.DisplayableObject tableCell, bool lockStatus, string label)
 Creates a cell builder More...
 
unsafe
NXOpen.Annotations.DefineTitleBlockBuilder 
CreateDefineTitleBlockBuilder (NXOpen.Annotations.TitleBlock titleblock)
 Creates a NXOpen.Annotations.DefineTitleBlockBuilder . More...
 
unsafe
NXOpen.Annotations.EditTitleBlockBuilder 
CreateEditTitleBlockBuilder (NXOpen.Annotations.TitleBlock[] titleBlocks)
 Creates a NXOpen.Annotations.EditTitleBlockBuilder . More...
 
NXOpen.Annotations.TitleBlock[] ToArray ()
 Returns an array of NXOpen.Annotations.TitleBlock objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Annotations.TitleBlock .

To obtain an instance of this class, refer to NXOpen.Drafting.DraftingApplicationManager

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.Annotations.TitleBlockCellBuilder NXOpen.Annotations.TitleBlockCollection.CreateCellBuilder ( NXOpen.DisplayableObject object,
bool  isLocked,
int  contentType,
string  value,
string  label,
bool  canLockStatusChange 
)
inline

Creates a cell builder

Created in NX8.0.0

Deprecated in NX12.0.1. Use overloaded NXOpen.Annotations.TitleBlockCollection.CreateCellBuilder instead.

License requirements: None.

Parameters
object
isLocked
contentType
value
label
canLockStatusChange
Returns
unsafe NXOpen.Annotations.TitleBlockCellBuilder NXOpen.Annotations.TitleBlockCollection.CreateCellBuilder ( NXOpen.DisplayableObject  tableCell,
bool  lockStatus,
string  label 
)
inline

Creates a cell builder

Created in NX12.0.1

License requirements: None.

Parameters
tableCellTabnot cell for which title block cell builder is to be created.
lockStatusLock status for the title block cell; True or False.
labelLabel for the title block cell.
Returns
Title block cell builder
unsafe NXOpen.Annotations.DefineTitleBlockBuilder NXOpen.Annotations.TitleBlockCollection.CreateDefineTitleBlockBuilder ( NXOpen.Annotations.TitleBlock  titleblock)
inline

Creates a NXOpen.Annotations.DefineTitleBlockBuilder .

This builder provides functions to create a new title block from tabular notes or add/remove tabular notes from existing title block. It also permits user to edit label and lock status of cells. If you want to edit values of cells in existing title block, please use NXOpen.Annotations.EditTitleBlockBuilder .

Created in NX8.0.0

License requirements: None.

Parameters
titleblock
Returns
unsafe NXOpen.Annotations.EditTitleBlockBuilder NXOpen.Annotations.TitleBlockCollection.CreateEditTitleBlockBuilder ( NXOpen.Annotations.TitleBlock[]  titleBlocks)
inline

Creates a NXOpen.Annotations.EditTitleBlockBuilder .

This builder provides functions for editing values of unlocked cells in one or more title blocks. If you want to create a new title block from tabular notes or add/remove tabular notes from existing title block, please use NXOpen.Annotations.DefineTitleBlockBuilder .

Created in NX8.0.0

License requirements: None.

Parameters
titleBlocks
Returns
override int NXOpen.Annotations.TitleBlockCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

NXOpen.Annotations.TitleBlock [] NXOpen.Annotations.TitleBlockCollection.ToArray ( )
inline

Returns an array of NXOpen.Annotations.TitleBlock objects.

Property Documentation

Tag NXOpen.Annotations.TitleBlockCollection.Tag
get

Returns the tag of this object.


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