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


IDataSourceHelperStandaloneTable.ReplaceName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataSourceHelperStandaloneTable Interface > IDataSourceHelperStandaloneTable.ReplaceName Method
ArcGIS Developer Help

IDataSourceHelperStandaloneTable.ReplaceName Method

Replaces the specified standalone table's IName with the given IName.

[Visual Basic .NET]
Public Sub ReplaceName ( _
    ByVal pStandaloneTable As IStandaloneTable, _
    ByVal pName As IName, _
    ByVal validate As Boolean _
)
[C#]
public void ReplaceName (
    IStandaloneTable pStandaloneTable,
    IName pName,
    bool validate
);
[C++]
HRESULT ReplaceName(
  IStandaloneTable* pStandaloneTable,
  IName* pName,
  VARIANT_BOOL validate
);
[C++]
Parameters
pStandaloneTable [in]

pStandaloneTable is a parameter of type IStandaloneTable* pName [in]
pName is a parameter of type IName* validate [in]
validate is a parameter of type bool

Product Availability

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

See Also

IDataSourceHelperStandaloneTable Interface