Search Results for

    Show / Hide Table of Contents

    Struct Result.ElementValue

    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 Result.ElementValue

    Constructors

    ElementValue(bool, ElementValueCriterion)

    Declaration
    public ElementValue(bool DoElementValue, Result.ElementValueCriterion Criterion)
    Parameters
    Type Name Description
    bool DoElementValue
    Result.ElementValueCriterion Criterion

    Fields

    Criterion

    Declaration
    public Result.ElementValueCriterion Criterion
    Field Value
    Type Description
    Result.ElementValueCriterion

    DoElementValue

    Declaration
    public bool DoElementValue
    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