ArcFM Server Developer Guide
AddPolygonFeatureByModelName Method (IMMSpatialFilter)


Syntax
'Declaration
 
Sub AddPolygonFeatureByModelName( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal featureClassModelName As String, _
   ByVal fieldModelName As String, _
   ByVal vValue As Object _
) 
'Usage
 
Dim instance As IMMSpatialFilter
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim featureClassModelName As String
Dim fieldModelName As String
Dim vValue As Object
 
instance.AddPolygonFeatureByModelName(pWorkspace, featureClassModelName, fieldModelName, vValue)
void AddPolygonFeatureByModelName( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   string featureClassModelName,
   string fieldModelName,
   object vValue
)

Parameters

pWorkspace
featureClassModelName
fieldModelName
vValue
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

IMMSpatialFilter Interface
IMMSpatialFilter Members

 

 


Send Comment