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

Represents a collection of NXOpen.Drawings.ViewAlignment s. More...

Inheritance diagram for NXOpen.Drawings.ViewAlignmentCollection:

Public Member Functions

NXOpen.Drawings.ViewAlignment[] ToArray ()
 Returns an array of NXOpen.Drawings.ViewAlignment objects. More...
 
unsafe
NXOpen.Drawings.ViewAlignmentBuilder 
CreateViewAlignmentBuilder ()
 Creates a NXOpen.Drawings.ViewAlignmentBuilder More...
 
unsafe
NXOpen.Drawings.ViewAlignment 
FindObject (string journalIdentifier)
 Finds the NXOpen.Drawings.ViewAlignment 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 NXOpen.Drawings.ViewAlignment s.

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

Created in NX8.5.0

Member Function Documentation

unsafe NXOpen.Drawings.ViewAlignmentBuilder NXOpen.Drawings.ViewAlignmentCollection.CreateViewAlignmentBuilder ( )

Creates a NXOpen.Drawings.ViewAlignmentBuilder

Created in NX8.5.0

License requirements: drafting ("DRAFTING")

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

Advances the enumerator to the next element of the collection.

unsafe NXOpen.Drawings.ViewAlignment NXOpen.Drawings.ViewAlignmentCollection.FindObject ( string  journalIdentifier)

Finds the NXOpen.Drawings.ViewAlignment 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: None.

Parameters
journalIdentifierIdentifier of the view alignment to be found
Returns
View alignment with this identifier
NXOpen.Drawings.ViewAlignment [] NXOpen.Drawings.ViewAlignmentCollection.ToArray ( )

Returns an array of NXOpen.Drawings.ViewAlignment objects.

Property Documentation

Tag NXOpen.Drawings.ViewAlignmentCollection.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.