[Visual Basic .NET]
Public Sub PutWorkspaceConnectionStringInTable ( _
ByVal mapPath As String, _
ByVal tableIndex As Integer, _
ByVal newWorkspaceConnection As String, _
ByVal validate As Boolean _
)
[C#]
public void PutWorkspaceConnectionStringInTable (
string mapPath,
int tableIndex,
string newWorkspaceConnection,
bool validate
);
[C++]
HRESULT PutWorkspaceConnectionStringInTable(
BSTR mapPath,
long tableIndex,
BSTR newWorkspaceConnection,
VARIANT_BOOL validate
);
[C++]
Parameters
mapPath [in]
mapPath is a parameter of type BSTR
tableIndex [in]
tableIndex is a parameter of type long
newWorkspaceConnection [in]
newWorkspaceConnection is a parameter of type BSTR
validate [in]
validate is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IMSDHelper2 Interface