This document is archived and information here might be outdated.  Recommended version.


ILocatorWorkspaceName.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspaceName Interface > ILocatorWorkspaceName.Type Property
ArcGIS Developer Help

ILocatorWorkspaceName.Type Property

The type of locator workspace.

[Visual Basic .NET]
Public ReadOnly Property Type As esriLocatorWorkspaceType
[C#]
public esriLocatorWorkspaceType Type {get;}
[C++]
HRESULT get_Type(
  esriLocatorWorkspaceType* locWksType
);
[C++]
Parameters
locWksType [out, retval]

locWksType is a parameter of type esriLocatorWorkspaceType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Type property returns a value from the esriLocatorWorkspaceType enumeration that indicates the type of locator workspace that the LocatorWorkspaceName object represents.

See Also

ILocatorWorkspaceName Interface | esriLocatorWorkspaceType Constants | ILocatorWorkspaceName.Type Property