ESRI.ArcGIS.ADF.ArcGISServer
QueryRelatedObjectsAsync(Int32,Int32[],Int32,String,String,Boolean,SpatialReference,TimeReference,ServiceDataOptions,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > QueryRelatedObjectsAsync Method : QueryRelatedObjectsAsync(Int32,Int32[],Int32,String,String,Boolean,SpatialReference,TimeReference,ServiceDataOptions,Object) Method




SourceLayerOrTableID
ObjectIDsInSource
RelationshipID
TargetDefinitionExpression
TargetTableProps
GroupBySourceOIDs
OutSR
OutTR
ServiceDataOptions
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryRelatedObjectsAsync( _
   ByVal SourceLayerOrTableID As Integer, _
   ByVal ObjectIDsInSource() As Integer, _
   ByVal RelationshipID As Integer, _
   ByVal TargetDefinitionExpression As String, _
   ByVal TargetTableProps As String, _
   ByVal GroupBySourceOIDs As Boolean, _
   ByVal OutSR As SpatialReference, _
   ByVal OutTR As TimeReference, _
   ByVal ServiceDataOptions As ServiceDataOptions, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim SourceLayerOrTableID As Integer
Dim ObjectIDsInSource() As Integer
Dim RelationshipID As Integer
Dim TargetDefinitionExpression As String
Dim TargetTableProps As String
Dim GroupBySourceOIDs As Boolean
Dim OutSR As SpatialReference
Dim OutTR As TimeReference
Dim ServiceDataOptions As ServiceDataOptions
Dim userState As Object
 
instance.QueryRelatedObjectsAsync(SourceLayerOrTableID, ObjectIDsInSource, RelationshipID, TargetDefinitionExpression, TargetTableProps, GroupBySourceOIDs, OutSR, OutTR, ServiceDataOptions, userState)
C# 
public void QueryRelatedObjectsAsync( 
   int SourceLayerOrTableID,
   int[] ObjectIDsInSource,
   int RelationshipID,
   string TargetDefinitionExpression,
   string TargetTableProps,
   bool GroupBySourceOIDs,
   SpatialReference OutSR,
   TimeReference OutTR,
   ServiceDataOptions ServiceDataOptions,
   object userState
)

Parameters

SourceLayerOrTableID
ObjectIDsInSource
RelationshipID
TargetDefinitionExpression
TargetTableProps
GroupBySourceOIDs
OutSR
OutTR
ServiceDataOptions
userState

See Also

© 2010 All Rights Reserved.