Search Results for

    Show / Hide Table of Contents

    Class ProductOutlineManager

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

    Constructors

    ProductOutlineManager(BasePart)

    Declaration
    protected ProductOutlineManager(BasePart owner)
    Parameters
    Type Name Description
    BasePart owner

    Properties

    IsProductOutlineDefined

    Declaration
    public bool IsProductOutlineDefined { get; }
    Property Value
    Type Description
    bool

    Tag

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

    Methods

    CreateProductOutlineBuilder()

    Declaration
    public ProductOutlineBuilder CreateProductOutlineBuilder()
    Returns
    Type Description
    ProductOutlineBuilder

    ShowProductOutline(bool)

    Declaration
    public void ShowProductOutline(bool isShow)
    Parameters
    Type Name Description
    bool isShow

    ShowSelectableProductOutline(bool)

    Declaration
    public void ShowSelectableProductOutline(bool isSelectable)
    Parameters
    Type Name Description
    bool isSelectable

    Implements

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