ArcFM Desktop Developer Guide
MakeArray Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The array of create data items to convert.
Converts an array of create data items into a object array for use in calling the correct constructor with the correct values for object to be created.
Syntax
'Declaration
 
Public Shared Function MakeArray( _
   ByVal createData() As CreateDataItem _
) As Object()
'Usage
 
Dim createData() As CreateDataItem
Dim value() As Object
 
value = CreateDataItem.MakeArray(createData)
public static object[] MakeArray( 
   CreateDataItem[] createData
)

Parameters

createData
The array of create data items to convert.

Return Value

An array of objects to be used as constructor parameters.
Remarks
This static method is used to build the layout to persist when the application is closing. The layout is built from the actual ICreateData parameters specified for the object. Note: this method is static since a null array is desired if there are no actual creation parameters required.
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

CreateDataItem Class
CreateDataItem Members

 

 


Send Comment