ArcFM Desktop Developer Guide
FiberDbField Constructor(RowConvertor,IRow,IField,Object)


Syntax
'Declaration
 
Public Function New( _
   ByVal lookup As RowConvertor, _
   ByVal row As IRow, _
   ByVal field As ESRI.ArcGIS.Geodatabase.IField, _
   ByVal value As Object _
)
'Usage
 
Dim lookup As RowConvertor
Dim row As IRow
Dim field As ESRI.ArcGIS.Geodatabase.IField
Dim value As Object
 
Dim instance As New FiberDbField(lookup, row, field, value)
public FiberDbField( 
   RowConvertor lookup,
   IRow row,
   ESRI.ArcGIS.Geodatabase.IField field,
   object value
)

Parameters

lookup
row
field
value
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

FiberDbField Class
FiberDbField Members
Overload List

 

 


Send Comment