Miner.Responder.Framework.Requests Namespace > GetPointsForFeatures Class : Item Property |
'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
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