Search Results for

    Show / Hide Table of Contents

    Struct Post.Headerlines

    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 Post.Headerlines

    Constructors

    Headerlines(bool, string)

    Declaration
    public Headerlines(bool Show, string Line)
    Parameters
    Type Name Description
    bool Show
    string Line

    Fields

    Line

    Declaration
    public string Line
    Field Value
    Type Description
    string

    Show

    Declaration
    public bool Show
    Field Value
    Type Description
    bool

    Methods

    ToString()

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