ArcFM Responder Mobile 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
)
function Create( 
    pInvalidArea: ESRI.ArcGIS.Geodatabase.IInvalidArea;
    pParentRow: ESRI.ArcGIS.Geodatabase.IRow
): ESRI.ArcGIS.Geodatabase.IRow; 
function Create( 
   pInvalidArea : ESRI.ArcGIS.Geodatabase.IInvalidArea,
   pParentRow : ESRI.ArcGIS.Geodatabase.IRow
) : ESRI.ArcGIS.Geodatabase.IRow;
ESRI.ArcGIS.Geodatabase.IRow* Create( 
   ESRI.ArcGIS.Geodatabase.IInvalidArea* pInvalidArea,
   ESRI.ArcGIS.Geodatabase.IRow* pParentRow
) 
ESRI.ArcGIS.Geodatabase.IRow^ Create( 
   ESRI.ArcGIS.Geodatabase.IInvalidArea^ pInvalidArea,
   ESRI.ArcGIS.Geodatabase.IRow^ pParentRow
) 

Parameters

pInvalidArea
pParentRow
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMAttributeAgentDelegate Interface
IMMAttributeAgentDelegate Members

Send Feedback