←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly