ArcFM Responder Mobile Developer Guide
SpatialQueryDelegate Delegate






Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Delegate Function SpatialQueryDelegate( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer, _
   ByVal featureModelName As System.String, _
   ByRef featuresFcid As System.Integer _
) As System.Integer()
'Usage
 
Dim instance As New SpatialQueryDelegate(AddressOf HandlerMethod)
[System.Serializable()]
public delegate System.int[] SpatialQueryDelegate( 
   System.int fcid,
   System.int oid,
   System.string featureModelName,
   out System.int featuresFcid
)
public delegate SpatialQueryDelegate( 
    fcid: System.Integer;
    oid: System.Integer;
    featureModelName: System.String;
   Out  featuresFcid: System.Integer
);
System.SerializableAttribute()
public delegate SpatialQueryDelegate( 
   fcid : System.int,
   oid : System.int,
   featureModelName : System.String,
   featuresFcid : System.int
) : System.int[]
[System.Serializable()]
public: __gc __delegate System.int[]* SpatialQueryDelegate( 
   System.int fcid,
   System.int oid,
   System.string* featureModelName,
   [PARAMFLAG::Out] System.int featuresFcid
)
[System.Serializable()]
public delegate System.array<int>^ SpatialQueryDelegate( 
   System.int fcid,
   System.int oid,
   System.String^ featureModelName,
   [Out] System.int featuresFcid
)

Parameters

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

SpatialQueryDelegate Members
Miner.Responder.Framework.Requests Namespace

Send Feedback