Class UdeParameter
Assembly: NXOpen.dll
Syntax
public class UdeParameter : TaggedObject, IMessageSink
Constructors
UdeParameter()
Declaration
Properties
BooleanValue
Declaration
public bool BooleanValue { get; set; }
Property Value
Csys
Declaration
public NXObject Csys { get; set; }
Property Value
DoubleValue
Declaration
public double DoubleValue { get; set; }
Property Value
ExpressionDouble
Declaration
public ExpressionDouble ExpressionDouble { get; }
Property Value
ExpressionString
Declaration
public ExpressionString ExpressionString { get; }
Property Value
IntegerValue
Declaration
public int IntegerValue { get; set; }
Property Value
NameOfParameter
Declaration
public string NameOfParameter { get; }
Property Value
OptionText
Declaration
public string OptionText { get; set; }
Property Value
OptionValue
Declaration
[Obsolete("Deprecated in NX8.0.0. Use CAM.UdeParameter.OptionText instead.")]
public string OptionValue { get; set; }
Property Value
ParameterActive
Declaration
public bool ParameterActive { get; set; }
Property Value
ParameterOptional
Declaration
public bool ParameterOptional { get; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
StringText
Declaration
public string StringText { get; set; }
Property Value
StringValue
Declaration
[Obsolete("Deprecated in NX8.0.0. Use CAM.UdeParameter.StringText instead.")]
public string StringValue { get; set; }
Property Value
TypeOfParameter
Declaration
public UdeParameter.ParameterTypes TypeOfParameter { get; }
Property Value
Vector
Declaration
public NXObject Vector { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink