Search Results for

    Show / Hide Table of Contents

    Struct PartUtils.AttachmentInfo

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

    Constructors

    AttachmentInfo(string, string)

    Declaration
    public AttachmentInfo(string AttachmentType, string TypeName)
    Parameters
    Type Name Description
    string AttachmentType
    string TypeName

    Fields

    AttachmentType

    Declaration
    public string AttachmentType
    Field Value
    Type Description
    string

    TypeName

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