This document is archived and information here might be outdated. Recommended version. |
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 [in]
pInputCursor is a parameter of type ICursor* pInputCursor [out, retval]
pInputCursor is a parameter of type ICursor**