Search Results for

    Show / Hide Table of Contents

    Class LayoutState

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LayoutState
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class LayoutState : TaggedObject, IMessageSink

    Constructors

    LayoutState()

    Declaration
    protected LayoutState()

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CustomExportForValidation(String, String[])

    Declaration
    public void CustomExportForValidation(string filePath, string[] filters)
    Parameters
    Type Name Description
    System.String filePath
    System.String[] filters

    Export(String)

    Declaration
    public void Export(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    ExportForValidation(String)

    Declaration
    public void ExportForValidation(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    GetViewportAvailablePasteOptions(Int32, String)

    Declaration
    public LayoutState.PasteOption[] GetViewportAvailablePasteOptions(int viewport, string cliboardInformation)
    Parameters
    Type Name Description
    System.Int32 viewport
    System.String cliboardInformation
    Returns
    Type Description
    LayoutState.PasteOption[]

    GetViewportContents()

    Declaration
    public LayoutState.ViewportContent[] GetViewportContents()
    Returns
    Type Description
    LayoutState.ViewportContent[]

    GetViewportDescription(LayoutState.ViewportContent)

    Declaration
    public string GetViewportDescription(LayoutState.ViewportContent viewportContent)
    Parameters
    Type Name Description
    LayoutState.ViewportContent viewportContent
    Returns
    Type Description
    System.String

    GetViewportDescription(Int32)

    Declaration
    public string GetViewportDescription(int viewport)
    Parameters
    Type Name Description
    System.Int32 viewport
    Returns
    Type Description
    System.String

    GetViewportName(Int32)

    Declaration
    public string GetViewportName(int viewport)
    Parameters
    Type Name Description
    System.Int32 viewport
    Returns
    Type Description
    System.String

    Rename(String)

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.CAE.LayoutState.Name instead.")]
    public void Rename(string name)
    Parameters
    Type Name Description
    System.String name

    SetViewportDescription(Int32, String)

    Declaration
    public void SetViewportDescription(int viewport, string xmloutput)
    Parameters
    Type Name Description
    System.Int32 viewport
    System.String xmloutput

    SetViewportDescriptionWithOption(Int32, String, String)

    Declaration
    public void SetViewportDescriptionWithOption(int viewport, string pasteOption, string xmloutput)
    Parameters
    Type Name Description
    System.Int32 viewport
    System.String pasteOption
    System.String xmloutput

    SetViewportName(Int32, String)

    Declaration
    public void SetViewportName(int viewport, string name)
    Parameters
    Type Name Description
    System.Int32 viewport
    System.String name

    Implements

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