Class IntegerArgument
Inheritance
System.Object
System.MarshalByRefObject
IntegerArgument
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)
Namespace: NXOpen.Report
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
Type | Description |
---|---|
System.Int32 |
IncludeLowerBound
Declaration
public bool IncludeLowerBound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeUpperBound
Declaration
public bool IncludeUpperBound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaximumValue
Declaration
public int MaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinimumValue
Declaration
public int MinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink