Class UdeParameter
Inheritance
System.Object
System.MarshalByRefObject
UdeParameter
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class UdeParameter : TaggedObject, IMessageSink
Constructors
UdeParameter()
Declaration
Properties
BooleanValue
Declaration
public bool BooleanValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Csys
Declaration
public NXObject Csys { get; set; }
Property Value
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
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
Vector
Declaration
public NXObject Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink