Search Results for

    Show / Hide Table of Contents

    Struct LayoutState.ViewportContent

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct LayoutState.ViewportContent

    Constructors

    ViewportContent(string, ViewportContentType, string)

    Declaration
    public ViewportContent(string Name, LayoutState.ViewportContentType Type, string Path)
    Parameters
    Type Name Description
    string Name
    LayoutState.ViewportContentType Type
    string Path

    Fields

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Path

    Declaration
    public string Path
    Field Value
    Type Description
    string

    Type

    Declaration
    public LayoutState.ViewportContentType Type
    Field Value
    Type Description
    LayoutState.ViewportContentType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX