Search Results for

    Show / Hide Table of Contents

    Struct AlternateFemRepresentationSource.NameIdentifierPair

    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.NameIdentifierPair

    Constructors

    NameIdentifierPair(string, string)

    Declaration
    public NameIdentifierPair(string Name, string Identifier)
    Parameters
    Type Name Description
    string Name
    string Identifier

    Fields

    Identifier

    Declaration
    public string Identifier
    Field Value
    Type Description
    string

    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