Search Results for

    Show / Hide Table of Contents

    Struct DataManager.ImportPartInput

    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 DataManager.ImportPartInput

    Constructors

    ImportPartInput(string, string)

    Declaration
    public ImportPartInput(string LocalFileName, string RelativeFilePath)
    Parameters
    Type Name Description
    string LocalFileName
    string RelativeFilePath

    Fields

    LocalFileName

    Declaration
    public string LocalFileName
    Field Value
    Type Description
    string

    RelativeFilePath

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