ArcGIS Explorer Component Help |
SoapConverter..::.FromSoap<(Of <(TExplorer>)>) Method (IEnumerable<(Of <(Object>)>)) |
SoapConverter Class See Also |
Converts an enumerable set of ArcGIS Server SOAP geometry, SpatialReference, or GeoTransformation objects
to a generic List of ArcGIS Explorer objects.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public static List<TExplorer> FromSoap<TExplorer>( IEnumerable<Object> soap ) where TExplorer : class |
Visual Basic (Declaration) |
---|
Public Shared Function FromSoap(Of TExplorer As Class) ( _ soap As IEnumerable(Of Object) _ ) As List(Of TExplorer) |
Parameters
- soap
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Object>)>)
An enumerable set of SOAP objects to convert to type TExplorer.
Type Parameters
- TExplorer
- The ArcGIS Explorer Type to convert soap objects to.
Return Value
A List containing ArcGIS Explorer objects of Type TExplorer based on the properties of the soap objects.Remarks
Use this generic method to convert multiple SOAP PointN, MultipointN, PolylineN, PolygonN, EnvelopeN GeoTransformation or SpatialReference objects into corresponding ArcGIS Explorer objects.