ArcFM Desktop Developer Guide
Import Method (BitField32)


Version: 10.2.1a

Resource Center Home

Imports a group of bits into the BitField32 value.
Syntax
'Declaration
 
Public Sub Import( _
   ByVal input As BitField32, _
   ByVal ParamArray bits() As Integer _
) 
'Usage
 
Dim instance As BitField32
Dim input As BitField32
Dim bits() As Integer
 
instance.Import(input, bits)
public void Import( 
   BitField32 input,
   params int[] bits
)

Parameters

input
bits
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

BitField32 Structure
BitField32 Members

 

 


Send Comment