ArcFM Responder Mobile Developer Guide
Item Property (GetPointsForFeatures)






Gets the collection of points in the polygon of the feature with the given ID.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer _
) As System.Collections.ObjectModel.Collection(Of XYPoint())
'Usage
 
Dim instance As GetPointsForFeatures
Dim fcid As System.Integer
Dim oid As System.Integer
Dim value As System.Collections.ObjectModel.Collection(Of XYPoint())
 
value = instance.Item(fcid, oid)
public System.Collections.ObjectModel.Collection<XYPoint[]> this[ 
   System.int fcid,
   System.int oid
]; {get;}
public  this: : System.Collections.ObjectModel.Collection;[ 
    fcid: System.Integer;
    oid: System.Integer
]; read-only
public  this[ 
   fcid : System.int,
   oid : System.int
] get : System.Collections.ObjectModel.Collection
public: __property System.Collections.ObjectModel.Collection<XYPoint[]>* get_Item   System.int fcid,
   System.int oid
;
public:
property System.Collections.ObjectModel.Collection<array<XYPoint>>^ default [int,int] {
   System.Collections.ObjectModel.Collection<array<XYPoint>>^ get(System.int fcid, System.int oid);
}

Parameters

fcid
oid
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

GetPointsForFeatures Class
GetPointsForFeatures Members

Send Feedback