This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocatorWorkspaceName Interface > ILocatorWorkspaceName.Type Property (ArcObjects .NET 10.4 SDK) |
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
The Type property returns a value from the esriLocatorWorkspaceType enumeration that indicates the type of locator workspace that the LocatorWorkspaceName object represents.
ILocatorWorkspaceName Interface | esriLocatorWorkspaceType Constants | ILocatorWorkspaceName.Type Property