This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.AssignArcInfoTableProperties Method (ArcObjects .NET 10.5 SDK) |
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