ArcFM Engine Developer Guide
Create Method (IMMProposedObject)


IInvalidArea
IRow
Requests the core object to create a new GeoObject and write the proposed values to it. It is the responsibility of the object to create its children if applicable.
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 IMMProposedObject
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
IInvalidArea
pParentRow
IRow

Return Value

IRow
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

IMMProposedObject Interface
IMMProposedObject Members

 

 


Send Comment