Class ViewAlignmentCollection
Inheritance
ViewAlignmentCollection
Assembly: NXOpen.dll
Syntax
public class ViewAlignmentCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ViewAlignmentCollection()
Declaration
protected ViewAlignmentCollection()
ViewAlignmentCollection(Part)
Declaration
protected ViewAlignmentCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateViewAlignmentBuilder()
Declaration
public ViewAlignmentBuilder CreateViewAlignmentBuilder()
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
FindObject(string)
Declaration
public ViewAlignment FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public ViewAlignment[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink