Search Results for

    Show / Hide Table of Contents

    Struct CharacteristicList.CharacteristicInformation

    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.Routing
    Assembly: NXOpen.dll
    Syntax
    public struct CharacteristicInformation

    Constructors

    CharacteristicInformation(NXObject.AttributeType, String)

    Declaration
    public CharacteristicInformation(NXObject.AttributeType Type, string Name)
    Parameters
    Type Name Description
    NXObject.AttributeType Type
    System.String Name

    Fields

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String

    Type

    Declaration
    public NXObject.AttributeType Type
    Field Value
    Type Description
    NXObject.AttributeType

    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