Converts an ArcGIS Server object from its .NET proxy "value" type to the corresponding COM type.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim proxy As Object
Dim serverContext As Object
Dim value As Object
value = Converter.ValueObjectToComObject(proxy, serverContext) |
Parameters
- proxy
- The .NET value object to convert.
- serverContext
- The ArcGIS Server context that will host the COM object. Has to be of type IServerContext
Return Value
The converted COM 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