Search Results for

    Show / Hide Table of Contents

    Struct CAMObject.ErrorItem

    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 CAMObject.ErrorItem

    Constructors

    ErrorItem(CAMObject, int)

    Declaration
    public ErrorItem(CAMObject ObjectTag, int ErrorCode)
    Parameters
    Type Name Description
    CAMObject ObjectTag
    int ErrorCode

    Fields

    ErrorCode

    Declaration
    public int ErrorCode
    Field Value
    Type Description
    int

    ObjectTag

    Declaration
    public CAMObject ObjectTag
    Field Value
    Type Description
    CAMObject

    Methods

    ToString()

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