|
| ESRI.ArcGIS.ADF.ArcGISServer.Local | |
| BeginRelation Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeometryServerDcomProxy Class : BeginRelation Method |
- SpatialReference
- InGeometryArray1
- InGeometryArray2
- RelationName
- RelationParameter
- callback
- asyncState
| Visual Basic (Declaration) | |
|---|---|
Public Function BeginRelation( _ ByVal SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference, _ ByVal InGeometryArray1() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _ ByVal InGeometryArray2() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry, _ ByVal RelationName As ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryRelationEnum, _ ByVal RelationParameter As String, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GeometryServerDcomProxy Dim SpatialReference As ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference Dim InGeometryArray1() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry Dim InGeometryArray2() As ESRI.ArcGIS.ADF.ArcGISServer.Geometry Dim RelationName As ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryRelationEnum Dim RelationParameter As String Dim callback As AsyncCallback Dim asyncState As Object Dim value As IAsyncResult value = instance.BeginRelation(SpatialReference, InGeometryArray1, InGeometryArray2, RelationName, RelationParameter, callback, asyncState) | |
| C# | |
|---|---|
public IAsyncResult BeginRelation( ESRI.ArcGIS.ADF.ArcGISServer.SpatialReference SpatialReference, ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray1, ESRI.ArcGIS.ADF.ArcGISServer.Geometry[] InGeometryArray2, ESRI.ArcGIS.ADF.ArcGISServer.esriGeometryRelationEnum RelationName, string RelationParameter, AsyncCallback callback, object asyncState ) | |
Parameters
- SpatialReference
- InGeometryArray1
- InGeometryArray2
- RelationName
- RelationParameter
- 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