Search Results for

    Show / Hide Table of Contents

    Struct TestValueTypes.ElementReference

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

    Constructors

    ElementReference(string, string, int)

    Declaration
    public ElementReference(string ElementTypeName, string ElementPropertyName, int ElementPropertyValue)
    Parameters
    Type Name Description
    string ElementTypeName
    string ElementPropertyName
    int ElementPropertyValue

    Fields

    ElementPropertyName

    Declaration
    public string ElementPropertyName
    Field Value
    Type Description
    string

    ElementPropertyValue

    Declaration
    public int ElementPropertyValue
    Field Value
    Type Description
    int

    ElementTypeName

    Declaration
    public string ElementTypeName
    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