Class DMUSessionCollection
Inheritance
DMUSessionCollection
Assembly: NXOpen.dll
Syntax
public class DMUSessionCollection : NXRemotableObject, IMessageSink
Constructors
DMUSessionCollection(Session)
Declaration
protected DMUSessionCollection(Session owner)
Parameters
Type |
Name |
Description |
Session |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateDesignSession(string)
Declaration
public void CreateDesignSession(string referencePart)
Parameters
Type |
Name |
Description |
string |
referencePart |
|
CreateDesignSessionBuilder()
Declaration
public DesignSessionBuilder CreateDesignSessionBuilder()
Returns
DesignSessionExcludeComponentsFromRecipe(Part, Component[])
Declaration
public void DesignSessionExcludeComponentsFromRecipe(Part dmusessionPartTag, Component[] componentsToExclude)
Parameters
Type |
Name |
Description |
Part |
dmusessionPartTag |
|
Component[] |
componentsToExclude |
|
DesignSessionIncludeComponentsInRecipe(Part, Component[])
Declaration
public void DesignSessionIncludeComponentsInRecipe(Part dmusessionPartTag, Component[] componentsToInclude)
Parameters
Type |
Name |
Description |
Part |
dmusessionPartTag |
|
Component[] |
componentsToInclude |
|
ExcludeComponentsFromProductRecipe(Part, Component[])
Declaration
public ErrorList ExcludeComponentsFromProductRecipe(Part dmusessionPartTag, Component[] componentsToExclude)
Parameters
Type |
Name |
Description |
Part |
dmusessionPartTag |
|
Component[] |
componentsToExclude |
|
Returns
GetComponentReferenceCollector()
Declaration
public ComponentReferenceCollector GetComponentReferenceCollector()
Returns
IncludeWithChildrenInProductRecipe(Part, Component[])
Declaration
public ErrorList IncludeWithChildrenInProductRecipe(Part dmusessionPartTag, Component[] componentsToInclude)
Parameters
Type |
Name |
Description |
Part |
dmusessionPartTag |
|
Component[] |
componentsToInclude |
|
Returns
OpenDesignSession(DatabaseObject)
Declaration
public void OpenDesignSession(DatabaseObject databaseObject)
Parameters
OpenDesignSessionWithSelectedComponents(DatabaseObject, ComponentReferenceCollector)
Declaration
public void OpenDesignSessionWithSelectedComponents(DatabaseObject databaseObject, ComponentReferenceCollector componentReferenceCollector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink