Search Results for

    Show / Hide Table of Contents

    Class ThreadsViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ThreadsViewPreferences
    Implements
    IMessageSink
    IThreadsViewPreferences
    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.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class ThreadsViewPreferences : NXRemotableObject, IMessageSink, IThreadsViewPreferences

    Constructors

    ThreadsViewPreferences(ViewPreferences)

    Declaration
    protected ThreadsViewPreferences(ViewPreferences owner)
    Parameters
    Type Name Description
    ViewPreferences owner

    Properties

    MinimumPitchField

    Declaration
    public double MinimumPitchField { get; set; }
    Property Value
    Type Description
    double

    OverrideVisibleThreadColor

    Declaration
    public int OverrideVisibleThreadColor { get; set; }
    Property Value
    Type Description
    int

    RenderTrueHiddenLine

    Declaration
    public bool RenderTrueHiddenLine { get; set; }
    Property Value
    Type Description
    bool

    Tag

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

    ThreadsStandardOptionData

    Declaration
    public int ThreadsStandardOptionData { get; set; }
    Property Value
    Type Description
    int

    Implements

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