This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildSeamlinesParameters Interface > IBuildSeamlinesParameters.Cursor Property (ArcObjects .NET 10.5 SDK) |
The cursor of mosaic items that determines the order in which items are seamline mosaicked.
[Visual Basic .NET] Public Property Cursor As ICursor
[C#] public ICursor Cursor {get; set;}
[C++]
HRESULT get_Cursor(
ICursor** pInputCursor
);
[C++]
HRESULT putref_Cursor(
ICursor* pInputCursor
);
[C++]
Parameters pInputCursor [out, retval]
pInputCursor is a parameter of type ICursor pInputCursor [in]
pInputCursor is a parameter of type ICursor