Search Results for

    Show / Hide Table of Contents

    Struct BasePart.IncompleteStatus

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

    Constructors

    IncompleteStatus(bool, bool, bool)

    Declaration
    public IncompleteStatus(bool StructIncomplete, bool PendIncomplete, bool IncompleteChildren)
    Parameters
    Type Name Description
    bool StructIncomplete
    bool PendIncomplete
    bool IncompleteChildren

    Fields

    IncompleteChildren

    Declaration
    public bool IncompleteChildren
    Field Value
    Type Description
    bool

    PendIncomplete

    Declaration
    public bool PendIncomplete
    Field Value
    Type Description
    bool

    StructIncomplete

    Declaration
    public bool StructIncomplete
    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