Search Results for

    Show / Hide Table of Contents

    Struct AlternateFemRepresentationSource.NameLabelPair

    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 AlternateFemRepresentationSource.NameLabelPair

    Constructors

    NameLabelPair(string, int)

    Declaration
    public NameLabelPair(string Name, int Label)
    Parameters
    Type Name Description
    string Name
    int Label

    Fields

    Label

    Declaration
    public int Label
    Field Value
    Type Description
    int

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Methods

    ToString()

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