GeoData Service GetWrappedWorkspaceType method

Gets the type of the geodatabase the geodata service operates on.

 

GetWrappedWorkspaceType()

 

Return Value

 

An esriWorkspaceType enumeration value.
 

Remarks

 

Three types of workspaces are defined in the enumeration:

 

In many cases, successfully using geodata service methods depends on the type of geodatabase the service is working with.

 

Examples

C#

VB.NET

Java