This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo Interface > ISeamlineTaskInfo.ItemID Property (ArcObjects .NET 10.5 SDK) |
The object ID of the item for which the seamline is being computed.
[Visual Basic .NET] Public Property ItemID As Integer
[C#] public int ItemID {get; set;}
[C++]
HRESULT get_ItemID(
long* pItemID
);
[C++]
HRESULT put_ItemID(
long pItemID
);
[C++]
Parameters pItemID [out, retval] pItemID is a parameter of type long pItemID [in] pItemID is a parameter of type long