This document is archived and information here might be outdated.  Recommended version.


IRasterTypeProperties.SupportsSeamline Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties.SupportsSeamline Property

Indicates whether the raster type supports seamline.

[Visual Basic .NET]
Public Property SupportsSeamline As Boolean
[C#]
public bool SupportsSeamline {get; set;}
[C++]
HRESULT get_SupportsSeamline(
  VARIANT_BOOL pbSupportsSeamline
);
[C++]
HRESULT put_SupportsSeamline(
  Boolean* pbSupportsSeamline
);
[C++]

Parameters pbSupportsSeamline [in]
pbSupportsSeamline is a parameter of type bool pbSupportsSeamline [out, retval]
pbSupportsSeamline is a parameter of type bool*

Product Availability

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

See Also

IRasterTypeProperties Interface