ImplicitBinDescriptor Constructor

Summary

Initializes a new instance of the ImplicitBinDescriptor class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal implicitBin As Dictionary(Of ImplicitBinPrefix,Range), _ 
   ByVal numberOfLayers As Nullable(Of Integer) _ 
) 
public: 
ImplicitBinDescriptor(  
   Dictionary<ImplicitBinPrefix,Range^>^ implicitBin, 
   Nullable<int> numberOfLayers 
) 

Parameters

implicitBin
A Dictionary<ImplicitBinPrefix,Range> object which defines the data-bins.

numberOfLayers
An System.Int32 value identifying the number of layers of a precinct data-bin. This value can be null.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly