ArcFM Engine Developer Guide
CreateArray(Object,IPersistDataSurrogate) Method


Syntax
'Declaration
 
Public Overloads Shared Function CreateArray( _
   ByVal objToSave As Object, _
   ByVal surrogate As IPersistDataSurrogate _
) As PersistDataItem()
'Usage
 
Dim objToSave As Object
Dim surrogate As IPersistDataSurrogate
Dim value() As PersistDataItem
 
value = PersistData.CreateArray(objToSave, surrogate)
public static PersistDataItem[] CreateArray( 
   object objToSave,
   IPersistDataSurrogate surrogate
)

Parameters

objToSave
surrogate
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

PersistData Class
PersistData Members
Overload List

 

 


Send Comment