NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.PDM.ConfigurationManager Class Reference

Represents Configuration Manager More...

Inheritance diagram for NXOpen.PDM.ConfigurationManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.PDM.ConfigurationContextBuilder 
CreateConfigurationContextBuilder ()
 Creates a new NXOpen.PDM.ConfigurationContextBuilder object for NXOpen.PDM.ConfigurationContextBuilder.ConfigContextMode.Assemblies mode configuration. More...
 
unsafe
NXOpen.PDM.EffectivityAttributePropertiesBuilder 
CreateEffectivityAttributePropertiesBuilder (NXOpen.BasePart part, NXOpen.NXObject[] objects)
 Creates a new NXOpen.PDM.EffectivityAttributePropertiesBuilder object. More...
 
unsafe
NXOpen.PDM.VariantRulesConfigurationBuilder 
CreateVariantRulesConfigurationBuilder (NXOpen.BasePart part)
 Creates a new NXOpen.PDM.VariantRulesConfigurationBuilder object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents Configuration Manager

Use NXOpen.Session.ConfigurationManager to get the instance of this class.

Created in NX9.0.0

Member Function Documentation

unsafe NXOpen.PDM.ConfigurationContextBuilder NXOpen.PDM.ConfigurationManager.CreateConfigurationContextBuilder ( )
inline

Creates a new NXOpen.PDM.ConfigurationContextBuilder object for NXOpen.PDM.ConfigurationContextBuilder.ConfigContextMode.Assemblies mode configuration.

Created in NX9.0.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Returns
unsafe NXOpen.PDM.EffectivityAttributePropertiesBuilder NXOpen.PDM.ConfigurationManager.CreateEffectivityAttributePropertiesBuilder ( NXOpen.BasePart  part,
NXOpen.NXObject[]  objects 
)
inline

Creates a new NXOpen.PDM.EffectivityAttributePropertiesBuilder object.

Created in NX9.0.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
partThe part that owns the builder. The builder owner is not strictly required (that is, it can be a null reference (Nothing in Visual Basic)), but it is highly suggested to ensure proper cleanup of the builder in case the client does not explicitly clean it up properly.
objectsthe array of objects
Returns
unsafe NXOpen.PDM.VariantRulesConfigurationBuilder NXOpen.PDM.ConfigurationManager.CreateVariantRulesConfigurationBuilder ( NXOpen.BasePart  part)
inline

Creates a new NXOpen.PDM.VariantRulesConfigurationBuilder object.

Created in NX1872.0.0

License requirements: assemblies ("ASSEMBLIES MODULE")

Parameters
partThe part that owns the builder. The builder owner is not strictly required (that is, it can be a null reference (Nothing in Visual Basic)), but it is highly suggested to ensure proper cleanup of the builder in case the client does not explicitly clean it up properly.
Returns

Property Documentation

Tag NXOpen.PDM.ConfigurationManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.