Search Results for

    Show / Hide Table of Contents

    Struct RoutingPartLibrary.Column

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Preferences
    Assembly: NXOpen.dll
    Syntax
    public struct Column

    Constructors

    Column(String, RoutingPartLibrary.ColumnStatus, RoutingPartLibrary.ColumnType)

    Declaration
    public Column(string Name, RoutingPartLibrary.ColumnStatus Hidden, RoutingPartLibrary.ColumnType Type)
    Parameters
    Type Name Description
    System.String Name
    RoutingPartLibrary.ColumnStatus Hidden
    RoutingPartLibrary.ColumnType Type

    Fields

    Hidden

    Declaration
    public RoutingPartLibrary.ColumnStatus Hidden
    Field Value
    Type Description
    RoutingPartLibrary.ColumnStatus

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Type

    Declaration
    public RoutingPartLibrary.ColumnType Type
    Field Value
    Type Description
    RoutingPartLibrary.ColumnType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX