ArcFM Responder Mobile Developer Guide
GetPolygonPointsForFeature Constructor






The feature class of the feature.
The object ID of the feature.
Initializes a new instance of GetPolygonPointsForFeature for providing the collection of points for the polygon of a feature.
Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer _
)
'Usage
 
Dim fcid As System.Integer
Dim oid As System.Integer
 
Dim instance As New GetPolygonPointsForFeature(fcid, oid)
public GetPolygonPointsForFeature( 
   System.int fcid,
   System.int oid
)
public GetPolygonPointsForFeature( 
    fcid: System.Integer;
    oid: System.Integer
); 
public function GetPolygonPointsForFeature( 
   fcid : System.int,
   oid : System.int
);
public: GetPolygonPointsForFeature( 
   System.int fcid,
   System.int oid
)
public:
GetPolygonPointsForFeature( 
   System.int fcid,
   System.int oid
)

Parameters

fcid
The feature class of the feature.
oid
The object ID of the feature.
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

GetPolygonPointsForFeature Class
GetPolygonPointsForFeature Members

Send Feedback