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.Diagramming.TitleBlockCollection Class Reference

Represents a collection of Title Block. More...

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

Public Member Functions

unsafe
NXOpen.Diagramming.DefineTitleBlockBuilder 
CreateDefineTitleBlockBuilder (NXOpen.Diagramming.TitleBlock titleBlock)
 Creates a NXOpen.Diagramming.DefineTitleBlockBuilder . More...
 
unsafe
NXOpen.Diagramming.PopulateTitleBlockBuilder 
CreatePopulateTitleBlockBuilder (NXOpen.Diagramming.TitleBlock[] titleBlocks)
 Creates a NXOpen.Diagramming.PopulateTitleBlockBuilder . More...
 
unsafe
NXOpen.Diagramming.TitleBlock 
FindObject (string journalIdentifier)
 Finds the NXOpen.Diagramming.TitleBlock with the given identifier as recorded in a journal. More...
 
NXOpen.Diagramming.TitleBlock[] ToArray ()
 Returns an array of NXOpen.Diagramming.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 Title Block.

To obtain an instance of this class, refer to NXOpen.Diagramming.DiagrammingManager

Created in NX11.0.1

Member Function Documentation

unsafe NXOpen.Diagramming.DefineTitleBlockBuilder NXOpen.Diagramming.TitleBlockCollection.CreateDefineTitleBlockBuilder ( NXOpen.Diagramming.TitleBlock  titleBlock)
inline

Creates a NXOpen.Diagramming.DefineTitleBlockBuilder .

Created in NX11.0.1

License requirements: None.

Parameters
titleBlockNXOpen.Diagramming.TitleBlock to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
unsafe NXOpen.Diagramming.PopulateTitleBlockBuilder NXOpen.Diagramming.TitleBlockCollection.CreatePopulateTitleBlockBuilder ( NXOpen.Diagramming.TitleBlock[]  titleBlocks)
inline

Creates a NXOpen.Diagramming.PopulateTitleBlockBuilder .

Created in NX11.0.1

License requirements: None.

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

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.Diagramming.TitleBlock NXOpen.Diagramming.TitleBlockCollection.FindObject ( string  journalIdentifier)
inline

Finds the NXOpen.Diagramming.TitleBlock with the given identifier as recorded in a journal.

An exception will be thrown if no object can be found with given name.

Created in NX11.0.1

License requirements: None.

Parameters
journalIdentifierIdentifier to be found
Returns
NXOpen.Diagramming.TitleBlock with this name.
NXOpen.Diagramming.TitleBlock [] NXOpen.Diagramming.TitleBlockCollection.ToArray ( )
inline

Returns an array of NXOpen.Diagramming.TitleBlock objects.

Property Documentation

Tag NXOpen.Diagramming.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.