Unregister a specified data space item.
[Visual Basic .NET] Public Sub UnregisterDataSpaceItem ( _ ByVal PathOnServer As String _ )
[C#] public void UnregisterDataSpaceItem ( string PathOnServer );
[C++]
HRESULT UnregisterDataSpaceItem(
BSTR PathOnServer
);
[C++]Parameters
PathOnServer [in] PathOnServer is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.