Class IntegerArgument
Inheritance
IntegerArgument
Assembly: NXOpen.dll
Syntax
public class IntegerArgument : BaseArgument, IMessageSink, INXObject
Constructors
IntegerArgument()
Declaration
protected IntegerArgument()
Properties
DefaultValue
Declaration
public int 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 int MaximumValue { get; set; }
Property Value
MinimumValue
Declaration
public int MinimumValue { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink