Search Results for

    Show / Hide Table of Contents

    Class BaseViewPreferences

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

    Constructors

    BaseViewPreferences(ViewPreferences)

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

    Properties

    Tag

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

    Methods

    SetFacetedRepresentation(bool)

    Declaration
    [Obsolete("Deprecated in NX8.5.1.  Use Preferences.GeneralViewPreferences.ViewRepresentation instead.")]
    public void SetFacetedRepresentation(bool isFacetedRepresentation)
    Parameters
    Type Name Description
    bool isFacetedRepresentation

    SetInheritClippingBoundary(bool)

    Declaration
    public void SetInheritClippingBoundary(bool isInheritClippingBoundary)
    Parameters
    Type Name Description
    bool isInheritClippingBoundary

    SetTransferAnnotation(bool)

    Declaration
    public void SetTransferAnnotation(bool isTransferAnnotation)
    Parameters
    Type Name Description
    bool isTransferAnnotation

    Implements

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