Search Results for

    Show / Hide Table of Contents

    Class ThreadsViewStyle

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

    Constructors

    ThreadsViewStyle(ViewStyle)

    Declaration
    protected ThreadsViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle 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