Search Results for

    Show / Hide Table of Contents

    Class VirtualIntersectionsViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    VirtualIntersectionsViewStyle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IVirtualIntersectionsViewPreferences
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class VirtualIntersectionsViewStyle : NXRemotableObject, IMessageSink, IVirtualIntersectionsViewPreferences

    Constructors

    VirtualIntersectionsViewStyle(ViewStyle)

    Declaration
    protected VirtualIntersectionsViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    AdjacentBlends

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

    AdjacentBlendsColor

    Declaration
    public int AdjacentBlendsColor { get; set; }
    Property Value
    Type Description
    System.Int32

    AdjacentBlendsEndGaps

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

    AdjacentBlendsEndGapsData

    Declaration
    public double AdjacentBlendsEndGapsData { get; set; }
    Property Value
    Type Description
    System.Double

    AdjacentBlendsFont

    Declaration
    public Font AdjacentBlendsFont { get; set; }
    Property Value
    Type Description
    Font

    AdjacentBlendsWidth

    Declaration
    public Width AdjacentBlendsWidth { get; set; }
    Property Value
    Type Description
    Width

    Tag

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

    VirtualIntersection

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

    Implements

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