Class DoubleArgument
Inheritance
DoubleArgument
Assembly: NXOpen.dll
Syntax
public class DoubleArgument : BaseArgument, IMessageSink, INXObject
Constructors
DoubleArgument()
Declaration
protected DoubleArgument()
Properties
DefaultValue
Declaration
public double DefaultValue { get; set; }
Property Value
IncludeLowerBound
Declaration
public bool IncludeLowerBound { get; set; }
Property Value
IncludeUpperBound
Declaration
public bool IncludeUpperBound { get; set; }
Property Value
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
MimimumValue
Declaration
public double MimimumValue { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink