Class ExpressionGroupCollection
Inheritance
System.Object
System.MarshalByRefObject
ExpressionGroupCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class ExpressionGroupCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
ExpressionGroupCollection()
Declaration
protected ExpressionGroupCollection()
ExpressionGroupCollection(BasePart)
Declaration
protected ExpressionGroupCollection(BasePart owner)
Parameters
Properties
Active
Declaration
public ExpressionGroup Active { get; set; }
Property Value
Tag
Declaration
Property Value
Methods
CheckName(String)
Declaration
public bool CheckName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
Create(String)
Declaration
public ExpressionGroup Create(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Delete(ExpressionGroup[])
Declaration
public void Delete(ExpressionGroup[] expressionGroup)
Parameters
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
System.Byte[] |
state |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
ExportExpressionGroupsToFile(ExpressionGroup[], String, ExpressionCollection.SortType)
Declaration
public void ExportExpressionGroupsToFile(ExpressionGroup[] expressionGroups, string fileName, ExpressionCollection.SortType sortType)
Parameters
FindObject(String)
Declaration
public ExpressionGroup FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetAllExpressionGroupsInPart()
Declaration
public ExpressionGroup[] GetAllExpressionGroupsInPart()
Returns
GetDefault()
Declaration
public ExpressionGroup GetDefault()
Returns
GetGroupOfExpression(Expression)
Declaration
public ExpressionGroup GetGroupOfExpression(Expression expression)
Parameters
Returns
Rename(ExpressionGroup, String)
Declaration
public void Rename(ExpressionGroup expressionGroup, string newName)
Parameters
Type |
Name |
Description |
ExpressionGroup |
expressionGroup |
|
System.String |
newName |
|
SetAllGroupsVisible()
Declaration
public void SetAllGroupsVisible()
ToArray()
Declaration
public ExpressionGroup[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable