![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
Identify Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeServerProxy Class : Identify Method |
- LayerID
- OID
- SearchShape
Visual Basic (Declaration) | |
---|---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)> Public Function Identify( _ ByVal LayerID As Integer, _ ByVal OID As Integer, _ ByVal SearchShape As Geometry _ ) As GlobeServerIdentifyResult() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GlobeServerProxy Dim LayerID As Integer Dim OID As Integer Dim SearchShape As Geometry Dim value() As GlobeServerIdentifyResult value = instance.Identify(LayerID, OID, SearchShape) |
C# | |
---|---|
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1", ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] public GlobeServerIdentifyResult[] Identify( int LayerID, int OID, Geometry SearchShape ) |
Parameters
- LayerID
- OID
- SearchShape
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