Class ModelingViewCollection
Inheritance
ModelingViewCollection
Assembly: NXOpen.dll
Syntax
public class ModelingViewCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ModelingViewCollection()
Declaration
protected ModelingViewCollection()
ModelingViewCollection(BasePart)
Declaration
protected ModelingViewCollection(BasePart owner)
Parameters
Properties
Tag
Declaration
Property Value
WorkView
Declaration
public ModelingView WorkView { get; }
Property Value
Methods
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
ExpandCollapseModelViewNode(bool)
Declaration
public void ExpandCollapseModelViewNode(bool expand)
Parameters
Type |
Name |
Description |
bool |
expand |
|
FindObject(string)
Declaration
public ModelingView FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
ToArray()
Declaration
public ModelingView[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink