ArcFM Responder Mobile Developer Guide
FindPolygonRegionsRequest Constructor(String)






Initializes a new instance of the FindPolygonRegionsRequest with a model name for the field on the region feature class that identifies the region parent.
Syntax
'Declaration
 
Public Function New( _
   ByVal regionParentModelName As System.String _
)
'Usage
 
Dim regionParentModelName As System.String
 
Dim instance As New FindPolygonRegionsRequest(regionParentModelName)
public FindPolygonRegionsRequest( 
   System.string regionParentModelName
)
public FindPolygonRegionsRequest( 
    regionParentModelName: System.String
); 
public function FindPolygonRegionsRequest( 
   regionParentModelName : System.String
);
public: FindPolygonRegionsRequest( 
   System.string* regionParentModelName
)
public:
FindPolygonRegionsRequest( 
   System.String^ regionParentModelName
)

Parameters

regionParentModelName
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

FindPolygonRegionsRequest Class
FindPolygonRegionsRequest Members
Overload List

Send Feedback