Search Results for

    Show / Hide Table of Contents

    Class SessionAssemblies

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SessionAssemblies
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class SessionAssemblies : NXRemotableObject, IMessageSink

    Constructors

    SessionAssemblies(SessionPreferences)

    Declaration
    protected SessionAssemblies(SessionPreferences owner)
    Parameters
    Type Name Description
    SessionPreferences owner

    Properties

    CheckNewerRevisionsOfTemplatePart

    Declaration
    public bool CheckNewerRevisionsOfTemplatePart { get; set; }
    Property Value
    Type Description
    System.Boolean

    ComponentMemberSelect

    Declaration
    public bool ComponentMemberSelect { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisplayUpdateReport

    Declaration
    public bool DisplayUpdateReport { get; set; }
    Property Value
    Type Description
    System.Boolean

    DragHandlePositionPreference

    Declaration
    public SessionAssemblies.DragHandlePositionOption DragHandlePositionPreference { get; set; }
    Property Value
    Type Description
    SessionAssemblies.DragHandlePositionOption

    InterpartPositioning

    Declaration
    public bool InterpartPositioning { get; set; }
    Property Value
    Type Description
    System.Boolean

    PartNameAttribute

    Declaration
    public string PartNameAttribute { get; set; }
    Property Value
    Type Description
    System.String

    PartNameStyle

    Declaration
    public SessionAssemblies.PartNameOption PartNameStyle { get; set; }
    Property Value
    Type Description
    SessionAssemblies.PartNameOption

    PositioningTaskCollectionForDesignElements

    Declaration
    public SessionAssemblies.PositioningTaskCollectionOptionForDesignElements PositioningTaskCollectionForDesignElements { get; set; }
    Property Value
    Type Description
    SessionAssemblies.PositioningTaskCollectionOptionForDesignElements

    PreviewComponentOnAdd

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  No replacement.")]
    public bool PreviewComponentOnAdd { get; set; }
    Property Value
    Type Description
    System.Boolean

    ProductInterfaceEmphasize

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use Preferences.SessionVisualizationEmphasis.ProductInterfaceEmphasis instead.")]
    public bool ProductInterfaceEmphasize { get; set; }
    Property Value
    Type Description
    System.Boolean

    Tag

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

    TolerantPositioning

    Declaration
    public bool TolerantPositioning { get; set; }
    Property Value
    Type Description
    System.Boolean

    TrueShapeFiltering

    Declaration
    public bool TrueShapeFiltering { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpdateDesignElementPositionOnLoad

    Declaration
    public bool UpdateDesignElementPositionOnLoad { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpdateStructureOnExpand

    Declaration
    public bool UpdateStructureOnExpand { get; set; }
    Property Value
    Type Description
    System.Boolean

    WarnOnDelete

    Declaration
    public bool WarnOnDelete { get; set; }
    Property Value
    Type Description
    System.Boolean

    WarnOnDragDrop

    Declaration
    public bool WarnOnDragDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    WorkPartDisplayAsEntirePart

    Declaration
    public bool WorkPartDisplayAsEntirePart { get; set; }
    Property Value
    Type Description
    System.Boolean

    WorkPartEmphasize

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Use Preferences.SessionVisualizationEmphasis.WorkPartEmphasis instead.")]
    public bool WorkPartEmphasize { get; set; }
    Property Value
    Type Description
    System.Boolean

    WorkPartMaintain

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  No replacement.")]
    public bool WorkPartMaintain { get; set; }
    Property Value
    Type Description
    System.Boolean

    WorkPartWarnOnAutomaticChange

    Declaration
    public bool WorkPartWarnOnAutomaticChange { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX