ArcFM Desktop Developer Guide
InsertRange Method (LicenseLayoutCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The current location in the list for the insert.
The list of Licenselayouts to be inserted.
Inserts a collection of LicenseLayouts into this list at the index specified.
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal licenseLayouts As LicenseLayoutCollection _
) 
'Usage
 
Dim instance As LicenseLayoutCollection
Dim index As Integer
Dim licenseLayouts As LicenseLayoutCollection
 
instance.InsertRange(index, licenseLayouts)
public void InsertRange( 
   int index,
   LicenseLayoutCollection licenseLayouts
)

Parameters

index
The current location in the list for the insert.
licenseLayouts
The list of Licenselayouts to be inserted.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LicenseLayoutCollection Class
LicenseLayoutCollection Members

 

 


Send Comment