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


IDEArcInfoUtilities.AssignArcInfoTableProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.AssignArcInfoTableProperties Method

Assign ArcInfo table properties.

[Visual Basic .NET]
Public Sub AssignArcInfoTableProperties ( _
    ByVal pArcInfoTable As IArcInfoTable, _
    ByVal pDataElement As IDataElement _
)
[C#]
public void AssignArcInfoTableProperties (
    IArcInfoTable pArcInfoTable,
    IDataElement pDataElement
);
[C++]
HRESULT AssignArcInfoTableProperties(
  IArcInfoTable* pArcInfoTable,
  IDataElement* pDataElement
);
[C++]

Parameters pArcInfoTable [in]
pArcInfoTable is a parameter of type IArcInfoTable pDataElement [in]
pDataElement is a parameter of type IDataElement

Product Availability

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

See Also

IDEArcInfoUtilities Interface