Search Results for

    Show / Hide Table of Contents

    Class DetailViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    DetailViewPreferences
    Implements
    IMessageSink
    IDetailViewPreferences
    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 DetailViewPreferences : NXRemotableObject, IMessageSink, IDetailViewPreferences

    Constructors

    DetailViewPreferences(ViewPreferences)

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

    Properties

    CreateIndependent

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

    Tag

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

    ViewBoundaryColor

    Declaration
    public NXColor ViewBoundaryColor { get; set; }
    Property Value
    Type Description
    NXColor

    ViewBoundaryFont

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

    ViewBoundaryWidth

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

    Methods

    SetCircularBoundary(bool)

    Declaration
    public void SetCircularBoundary(bool circularBoundaryOption)
    Parameters
    Type Name Description
    bool circularBoundaryOption

    Implements

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