Search Results for

    Show / Hide Table of Contents

    Class SheetManager

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

    Constructors

    SheetManager(Session)

    Declaration
    protected SheetManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    ActiveSheet

    Declaration
    public Sheet ActiveSheet { get; set; }
    Property Value
    Type Description
    Sheet

    Tag

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

    ViewOperations

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

    Methods

    OpenSheet(Sheet)

    Declaration
    public void OpenSheet(Sheet sheet)
    Parameters
    Type Name Description
    Sheet sheet

    Implements

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