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


IRasterTypeProperties.SupportsSeamline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.SupportsSeamline Property
ArcGIS Developer Help

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