ArcFM Engine Developer Guide
Create Method (IMMAttributeAgentDelegate)


Syntax
'Declaration
 
Function Create( _
   ByVal pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea, _
   ByVal pParentRow As ESRI.ArcGIS.Geodatabase.IRow _
) As ESRI.ArcGIS.Geodatabase.IRow
'Usage
 
Dim instance As IMMAttributeAgentDelegate
Dim pInvalidArea As ESRI.ArcGIS.Geodatabase.IInvalidArea
Dim pParentRow As ESRI.ArcGIS.Geodatabase.IRow
Dim value As ESRI.ArcGIS.Geodatabase.IRow
 
value = instance.Create(pInvalidArea, pParentRow)
ESRI.ArcGIS.Geodatabase.IRow Create( 
   ESRI.ArcGIS.Geodatabase.IInvalidArea pInvalidArea,
   ESRI.ArcGIS.Geodatabase.IRow pParentRow
)

Parameters

pInvalidArea
pParentRow
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

IMMAttributeAgentDelegate Interface
IMMAttributeAgentDelegate Members

 

 


Send Comment