![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
BeginQueryRelatedObjects Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class : BeginQueryRelatedObjects Method |
- SourceLayerOrTableID
- ObjectIDsInSource
- RelationshipID
- TargetDefinitionExpression
- TargetTableProps
- GroupBySourceOIDs
- OutSR
- OutTR
- ServiceDataOptions
- callback
- asyncState
Visual Basic (Declaration) | |
---|---|
Public Function BeginQueryRelatedObjects( _ 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 callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult |
Visual Basic (Usage) | ![]() |
---|---|
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 callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginQueryRelatedObjects(SourceLayerOrTableID, ObjectIDsInSource, RelationshipID, TargetDefinitionExpression, TargetTableProps, GroupBySourceOIDs, OutSR, OutTR, ServiceDataOptions, callback, asyncState) |
C# | |
---|---|
public IAsyncResult BeginQueryRelatedObjects( int SourceLayerOrTableID, int[] ObjectIDsInSource, int RelationshipID, string TargetDefinitionExpression, string TargetTableProps, bool GroupBySourceOIDs, SpatialReference OutSR, TimeReference OutTR, ServiceDataOptions ServiceDataOptions, AsyncCallback callback, object asyncState ) |
Parameters
- SourceLayerOrTableID
- ObjectIDsInSource
- RelationshipID
- TargetDefinitionExpression
- TargetTableProps
- GroupBySourceOIDs
- OutSR
- OutTR
- ServiceDataOptions
- callback
- asyncState
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family