Search Results for

    Show / Hide Table of Contents

    Struct StateInfo

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

    Constructors

    StateInfo(int, State)

    Declaration
    public StateInfo(int Layer, State State)
    Parameters
    Type Name Description
    int Layer
    State State

    Fields

    Layer

    Declaration
    public int Layer
    Field Value
    Type Description
    int

    State

    Declaration
    public State State
    Field Value
    Type Description
    State

    Methods

    ToString()

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