Search Results for

    Show / Hide Table of Contents

    Class UdeParameter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UdeParameter
    CustomParameterDataSetList
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAM
    Assembly: NXOpen.dll
    Syntax
    public class UdeParameter : TaggedObject, IMessageSink

    Constructors

    UdeParameter()

    Declaration
    protected UdeParameter()

    Properties

    BooleanValue

    Declaration
    public bool BooleanValue { get; set; }
    Property Value
    Type Description
    bool

    Csys

    Declaration
    public NXObject Csys { get; set; }
    Property Value
    Type Description
    NXObject

    DoubleValue

    Declaration
    public double DoubleValue { get; set; }
    Property Value
    Type Description
    double

    ExpressionDouble

    Declaration
    public ExpressionDouble ExpressionDouble { get; }
    Property Value
    Type Description
    ExpressionDouble

    ExpressionString

    Declaration
    public ExpressionString ExpressionString { get; }
    Property Value
    Type Description
    ExpressionString

    IntegerValue

    Declaration
    public int IntegerValue { get; set; }
    Property Value
    Type Description
    int

    NameOfParameter

    Declaration
    public string NameOfParameter { get; }
    Property Value
    Type Description
    string

    OptionText

    Declaration
    public string OptionText { get; set; }
    Property Value
    Type Description
    string

    OptionValue

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use CAM.UdeParameter.OptionText instead.")]
    public string OptionValue { get; set; }
    Property Value
    Type Description
    string

    ParameterActive

    Declaration
    public bool ParameterActive { get; set; }
    Property Value
    Type Description
    bool

    ParameterOptional

    Declaration
    public bool ParameterOptional { get; }
    Property Value
    Type Description
    bool

    Point

    Declaration
    public Point Point { get; set; }
    Property Value
    Type Description
    Point

    StringText

    Declaration
    public string StringText { get; set; }
    Property Value
    Type Description
    string

    StringValue

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use CAM.UdeParameter.StringText instead.")]
    public string StringValue { get; set; }
    Property Value
    Type Description
    string

    TypeOfParameter

    Declaration
    public UdeParameter.ParameterTypes TypeOfParameter { get; }
    Property Value
    Type Description
    UdeParameter.ParameterTypes

    Vector

    Declaration
    public NXObject Vector { get; set; }
    Property Value
    Type Description
    NXObject

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX