Returns the numbers of the parts that have already been uploaded for the upload item.
[Visual Basic .NET] Public Function ServiceGetPartNumbers ( _ ByVal pUploadItem As IUploadItem, _ ByVal pTargetService As IAGSServerObjectName _ ) As ILongArray
[C#] public ILongArray ServiceGetPartNumbers ( IUploadItem pUploadItem, IAGSServerObjectName pTargetService );
[C++]
HRESULT ServiceGetPartNumbers(
IUploadItem* pUploadItem,
IAGSServerObjectName* pTargetService,
ILongArray** ppPartNumbers
);
[C++]Parameters
pUploadItem [in]pUploadItem is a parameter of type IUploadItem
pTargetService [in]pTargetService is a parameter of type IAGSServerObjectName
ppPartNumbers [out, retval]ppPartNumbers is a parameter of type ILongArray
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.