NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.Annotations.TitleBlock[] ToArray ()
 Returns an array of NXOpen.Annotations.TitleBlock objects. More...
 
unsafe
NXOpen.Annotations.EditTitleBlockBuilder 
CreateEditTitleBlockBuilder (NXOpen.Annotations.TitleBlock[] titleBlocks)
 Creates a NXOpen.Annotations.EditTitleBlockBuilder . More...
 
unsafe
NXOpen.Annotations.DefineTitleBlockBuilder 
CreateDefineTitleBlockBuilder (NXOpen.Annotations.TitleBlock titleblock)
 Creates a NXOpen.Annotations.DefineTitleBlockBuilder . More...
 
unsafe
NXOpen.Annotations.TitleBlockCellBuilder 
CreateCellBuilder (NXOpen.DisplayableObject @object, bool isLocked, int contentType, string value, string label, bool canLockStatusChange)
 Creates a cell builder More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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 
)

Creates a cell builder

Created in NX8.0.0

License requirements: None.

Parameters
object
isLocked
contentType
value
label
canLockStatusChange
Returns
unsafe NXOpen.Annotations.DefineTitleBlockBuilder NXOpen.Annotations.TitleBlockCollection.CreateDefineTitleBlockBuilder ( NXOpen.Annotations.TitleBlock  titleblock)

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)

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 
)
protected

Advances the enumerator to the next element of the collection.

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

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.