Search Results for

    Show / Hide Table of Contents

    Struct IntStatusData

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public struct IntStatusData

    Constructors

    IntStatusData(int, Inheritance)

    Declaration
    public IntStatusData(int Value, Inheritance Inheritance)
    Parameters
    Type Name Description
    int Value
    Inheritance Inheritance

    Fields

    Inheritance

    Declaration
    public Inheritance Inheritance
    Field Value
    Type Description
    Inheritance

    Value

    Declaration
    public int Value
    Field Value
    Type Description
    int

    Methods

    ToString()

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