Converts an ArcGIS Server COM object to its .NET value object equivalent.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim com As Object
Dim serverContext As Object
Dim proxyType As Type
Dim value As Object
value = Converter.ComObjectToValueObject(com, serverContext, proxyType) |
Parameters
- com
- The ArcGIS Server COM object to convert.
- serverContext
- The ArcGIS Server context that will perform the conversion. Has to be of type IServerContext.
- proxyType
- The .NET proxy type in the Web ADF to convert to.
Return Value
The converted value object.
Remarks
Requirements
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
See Also