ArcFM Engine Developer Guide
PersistDataItem Constructor(String,Object)


The name for the name/value pair.
The value for the name/value pair.
Provides a constructor that creates a single name/value pair.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemName As String, _
   ByVal itemValue As Object _
)
'Usage
 
Dim itemName As String
Dim itemValue As Object
 
Dim instance As New PersistDataItem(itemName, itemValue)
public PersistDataItem( 
   string itemName,
   object itemValue
)

Parameters

itemName
The name for the name/value pair.
itemValue
The value for the name/value pair.
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

PersistDataItem Class
PersistDataItem Members
Overload List

 

 


Send Comment