←Select platform

Limit Property

Summary
Gets or sets the depth limit of boxes.

Syntax
C#
C++/CLI
Python
public Nullable<int> Limit { get; set; } 
public: 
property Nullable<int> Limit { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 
Limit # get and set (ReqBoxProp) 

Property Value

A nullable System.Int32 value which specifies what type of information, and how much of the box contents the client is requesting for that box type.

Remarks

If this field is not specified, then the client is requesting the entire contents of all boxes of the box type specified in the BoxType field.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.