ArcFM Engine Developer Guide
CreateArray Method


The object to have its persistence information saved.
Creates an array that the specifies the constructor parameters and their values.
Syntax
'Declaration
 
Public Shared Function CreateArray( _
   ByVal objToSave As Object _
) As CreateDataItem()
'Usage
 
Dim objToSave As Object
Dim value() As CreateDataItem
 
value = CreateDataItem.CreateArray(objToSave)
public static CreateDataItem[] CreateArray( 
   object objToSave
)

Parameters

objToSave
The object to have its persistence information saved.

Return Value

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