ArcFM Solution Developer Guide
AddPolygonFeatureByModelName Method (MMSpatialFilterClass)


Syntax
'Declaration
 
Public Overridable Sub AddPolygonFeatureByModelName( _
   ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByVal featureClassModelName As System.String, _
   ByVal fieldModelName As System.String, _
   ByVal vValue As System.Object _
) 
'Usage
 
Dim instance As MMSpatialFilterClass
Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim featureClassModelName As System.String
Dim fieldModelName As System.String
Dim vValue As System.Object
 
instance.AddPolygonFeatureByModelName(pWorkspace, featureClassModelName, fieldModelName, vValue)
public virtual void AddPolygonFeatureByModelName( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace,
   System.string featureClassModelName,
   System.string fieldModelName,
   System.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

MMSpatialFilterClass Class
MMSpatialFilterClass Members

 

 


Send Comment