Search Results for

    Show / Hide Table of Contents

    Class ConfigurationManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ConfigurationManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public class ConfigurationManager : NXRemotableObject, IMessageSink

    Constructors

    ConfigurationManager(Session)

    Declaration
    protected ConfigurationManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateConfigurationContextBuilder()

    Declaration
    public ConfigurationContextBuilder CreateConfigurationContextBuilder()
    Returns
    Type Description
    ConfigurationContextBuilder

    CreateConfigurationContextBuilderForMultiConfig()

    Declaration
    public ConfigurationContextBuilder CreateConfigurationContextBuilderForMultiConfig()
    Returns
    Type Description
    ConfigurationContextBuilder

    CreateEffectivityAttributePropertiesBuilder(BasePart, NXObject[])

    Declaration
    public EffectivityAttributePropertiesBuilder CreateEffectivityAttributePropertiesBuilder(BasePart part, NXObject[] objects)
    Parameters
    Type Name Description
    BasePart part
    NXObject[] objects
    Returns
    Type Description
    EffectivityAttributePropertiesBuilder

    CreateVariantRulesConfigurationBuilder(BasePart)

    Declaration
    public VariantRulesConfigurationBuilder CreateVariantRulesConfigurationBuilder(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    Returns
    Type Description
    VariantRulesConfigurationBuilder

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX