Search Results for

    Show / Hide Table of Contents

    Struct PartBuilder.PartFileNameData

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

    Constructors

    PartFileNameData(string, bool)

    Declaration
    public PartFileNameData(string PartFileName, bool PartFileNameModifiable)
    Parameters
    Type Name Description
    string PartFileName
    bool PartFileNameModifiable

    Fields

    PartFileName

    Declaration
    public string PartFileName
    Field Value
    Type Description
    string

    PartFileNameModifiable

    Declaration
    public bool PartFileNameModifiable
    Field Value
    Type Description
    bool

    Methods

    ToString()

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