NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Diagramming.ConnectionCollection Class Reference

Represents a collection of connection. More...

Inheritance diagram for NXOpen.Diagramming.ConnectionCollection:

Public Member Functions

NXOpen.Diagramming.Connection[] ToArray ()
 Returns an array of NXOpen.Diagramming.Connection objects. More...
 
unsafe
NXOpen.Diagramming.ConnectionBuilder 
CreateConnectionBuilder (NXOpen.Diagramming.Connection connection)
 Creates a NXOpen.Diagramming.ConnectionBuilder . More...
 
unsafe
NXOpen.Diagramming.Connection 
FindObject (string journalIdentifier)
 Finds the NXOpen.Diagramming.Connection with the given identifier as recorded in a journal. 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 connection.

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

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.Diagramming.ConnectionBuilder NXOpen.Diagramming.ConnectionCollection.CreateConnectionBuilder ( NXOpen.Diagramming.Connection  connection)

Creates a NXOpen.Diagramming.ConnectionBuilder .

Created in NX10.0.0

License requirements: None.

Parameters
connectionNXOpen.Diagramming.Connection to be edited, if a null reference (Nothing in Visual Basic) then create a new one
Returns
override int NXOpen.Diagramming.ConnectionCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Diagramming.Connection NXOpen.Diagramming.ConnectionCollection.FindObject ( string  journalIdentifier)

Finds the NXOpen.Diagramming.Connection 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 NX10.0.0

License requirements: None.

Parameters
journalIdentifierIdentifier to be found
Returns
NXOpen.Diagramming.Connection with this name.
NXOpen.Diagramming.Connection [] NXOpen.Diagramming.ConnectionCollection.ToArray ( )

Returns an array of NXOpen.Diagramming.Connection objects.

Property Documentation

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