This document is archived and information here might be outdated. Recommended version. |
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*