ArcObjects Library Reference (DataSourcesRaster)  

IBuildSeamlinesParameters.Cursor Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBuildSeamlinesParameters Interface