Search Results for

    Show / Hide Table of Contents

    Struct LogInfo

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

    Constructors

    LogInfo(TaggedObject, string)

    Declaration
    public LogInfo(TaggedObject Entity, string LogMessage)
    Parameters
    Type Name Description
    TaggedObject Entity
    string LogMessage

    Fields

    Entity

    Declaration
    public TaggedObject Entity
    Field Value
    Type Description
    TaggedObject

    LogMessage

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