ArcFM Engine 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 Integer, _
   ByVal oid As Integer _
) As Collection(Of XYPoint())
'Usage
 
Dim instance As GetPointsForFeatures
Dim fcid As Integer
Dim oid As Integer
Dim value As Collection(Of XYPoint())
 
value = instance.Item(fcid, oid)
public Collection<XYPoint[]> this[ 
   int fcid,
   int oid
]; {get;}

Parameters

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

GetPointsForFeatures Class
GetPointsForFeatures Members

 

 


Send Comment