Returns the number of objects to be transfered (by the Simple Data Converter).
[Visual Basic .NET] Public Function NumberObjectsToTransfer ( _ ByVal from As IEnumNameMapping _ ) As Integer
[C#] public int NumberObjectsToTransfer ( IEnumNameMapping from );
[C++]
HRESULT NumberObjectsToTransfer(
IEnumNameMapping* from,
long* nObjects
);
[C++]Parameters
from [in]from is a parameter of type IEnumNameMapping
nObjects [out, retval] nObjects is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.