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


IRasterTypeProperties.SupportsSeamline Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL pbSupportsSeamline
);
[C++]

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

Product Availability

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

See Also

IRasterTypeProperties Interface