ArcFM Desktop Developer Guide
CreateDataItem Constructor(Object)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The object to be turned into a create data parameter.
Provides a constructor to create a single create data item for the specified object.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As Object _
)
'Usage
 
Dim obj As Object
 
Dim instance As New CreateDataItem(obj)
public CreateDataItem( 
   object obj
)

Parameters

obj
The object to be turned into a create data parameter.
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
Overload List

 

 


Send Comment