ArcFM Solution 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;}

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