Search Results for

    Show / Hide Table of Contents

    Class CharacteristicList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    CharacteristicList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class CharacteristicList : TransientObject, IMessageSink, IDisposable

    Constructors

    CharacteristicList(IntPtr)

    Declaration
    protected CharacteristicList(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    DeleteCharacteristic(String, NXObject.AttributeType)

    Declaration
    public void DeleteCharacteristic(string name, NXObject.AttributeType type)
    Parameters
    Type Name Description
    System.String name
    NXObject.AttributeType type

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetCharacteristicTitlesByType(NXObject.AttributeType)

    Declaration
    public CharacteristicList.CharacteristicInformation[] GetCharacteristicTitlesByType(NXObject.AttributeType type)
    Parameters
    Type Name Description
    NXObject.AttributeType type
    Returns
    Type Description
    CharacteristicList.CharacteristicInformation[]

    GetIntegerCharacteristic(String)

    Declaration
    public int GetIntegerCharacteristic(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Int32

    GetRealCharacteristic(String)

    Declaration
    public double GetRealCharacteristic(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Double

    GetStringCharacteristic(String)

    Declaration
    public string GetStringCharacteristic(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.String

    SetCharacteristic(String, Double)

    Declaration
    public void SetCharacteristic(string name, double value)
    Parameters
    Type Name Description
    System.String name
    System.Double value

    SetCharacteristic(String, Int32)

    Declaration
    public void SetCharacteristic(string name, int value)
    Parameters
    Type Name Description
    System.String name
    System.Int32 value

    SetCharacteristic(String, String)

    Declaration
    public void SetCharacteristic(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    SetCharacteristic(String, String, NXObject.AttributeType)

    Declaration
    public void SetCharacteristic(string name, string value, NXObject.AttributeType type)
    Parameters
    Type Name Description
    System.String name
    System.String value
    NXObject.AttributeType type

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX