Search Results for

    Show / Hide Table of Contents

    Class UdeParameter

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UdeParameter
    CustomParameterDataSetList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.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
    System.Boolean

    Csys

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

    DoubleValue

    Declaration
    public double DoubleValue { get; set; }
    Property Value
    Type Description
    System.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
    System.Int32

    NameOfParameter

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

    OptionText

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

    OptionValue

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

    ParameterActive

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

    ParameterOptional

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

    Point

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

    StringText

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

    StringValue

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  Use CAM.UdeParameter.StringText instead.")]
    public string StringValue { get; set; }
    Property Value
    Type Description
    System.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