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

A collection of collaborative designs. More...

Inheritance diagram for NXOpen.CollaborativeDesignCollection:

Public Member Functions

NXOpen.CollaborativeDesign[] ToArray ()
 Returns an array of NXOpen.CollaborativeDesign objects. More...
 
unsafe NXOpen.CollaborativeDesign FindObject (string journalIdentifier)
 Finds the CollaborativeDesign with the given identifier as recorded in a journal. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the TaggedObject 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...
 
unsafe
NXOpen.Assemblies.SubsetBuilder 
CurrentSubsetBuilder [get]
 Returns the NXOpen.Assemblies.SubsetBuilder used to edit the current subset in the subset task environment More...
 

Detailed Description

A collection of collaborative designs.

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

Created in NX8.5.0

Member Function Documentation

override int NXOpen.CollaborativeDesignCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.TaggedObject NXOpen.CollaborativeDesignCollection.Find ( string  journalIdentifier)

Finds the TaggedObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when Find is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Created in NX8.5.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
journalIdentifierIdentifier of the TaggedObject to be found
Returns
Object found, or null if no such object exists
unsafe NXOpen.CollaborativeDesign NXOpen.CollaborativeDesignCollection.FindObject ( string  journalIdentifier)

Finds the CollaborativeDesign with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Created in NX8.5.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
journalIdentifierName of the collaborative design to be found
Returns
Collaborative design found, or null if no such collaborative design exists.
NXOpen.CollaborativeDesign [] NXOpen.CollaborativeDesignCollection.ToArray ( )

Returns an array of NXOpen.CollaborativeDesign objects.

Property Documentation

unsafe NXOpen.Assemblies.SubsetBuilder NXOpen.CollaborativeDesignCollection.CurrentSubsetBuilder
get

Returns the NXOpen.Assemblies.SubsetBuilder used to edit the current subset in the subset task environment

Created in NX8.5.0

License requirements: assemblies ("ASSEMBLIES MODULE")

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